Skip to content

Portenta H7: extended pin list, pinNames, SPI, WIre, PWM, ADC #87

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
Prev Previous commit
Next Next commit
ci: publish: use 'aws s3 cp' to upload artifacts
'aws s3 sync' expects directories as arguments, but we are uploading a
single file. Use 'aws s3 cp' instead.
  • Loading branch information
pillo79 committed Apr 8, 2025
commit ddc3b536d03f9fefaf3bf096682f06b455bcbd90
2 changes: 1 addition & 1 deletion .github/workflows/package_core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ jobs:
aws-region: ${{ secrets.AWS_REGION }}

- name: Upload artifact
run: aws s3 sync ${{ env.CORE_ARTIFACT }}.tar.bz2 s3://${{ secrets.S3_BUCKET }}
run: aws s3 cp ${{ env.CORE_ARTIFACT }}.tar.bz2 s3://${{ secrets.S3_BUCKET }}

- name: Prepare package index snippet
run: ./extra/gen_package_index_json.sh
Expand Down
Loading