Skip to content

Commit 3fb0652

Browse files
committed
Update .github/workflows/sync-binaries-task.yml
1 parent 6171a88 commit 3fb0652

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/sync-binaries-task.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,10 @@ jobs:
6060
- name: create the gzip
6161
run: gzip --keep firmware/binaries/index.json
6262

63-
- name: s3 sync
63+
- name: Upload binaries and index on S3
6464
run: |
6565
aws s3 sync ./firmware/binaries s3://cloud-downloads.arduino.cc/binaries
6666
env:
67-
AWS_REGION: "us-east-1" # or https://github.com/aws/aws-cli/issues/5623
67+
AWS_REGION: "us-east-1"
6868
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
6969
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}

0 commit comments

Comments
 (0)