We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6171a88 commit 3fb0652Copy full SHA for 3fb0652
.github/workflows/sync-binaries-task.yml
@@ -60,10 +60,10 @@ jobs:
60
- name: create the gzip
61
run: gzip --keep firmware/binaries/index.json
62
63
- - name: s3 sync
+ - name: Upload binaries and index on S3
64
run: |
65
aws s3 sync ./firmware/binaries s3://cloud-downloads.arduino.cc/binaries
66
env:
67
- AWS_REGION: "us-east-1" # or https://github.com/aws/aws-cli/issues/5623
+ AWS_REGION: "us-east-1"
68
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
69
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
0 commit comments