Skip to content

Commit 8479a0c

Browse files
Paolo CalaoGiuseppe Lumia
authored andcommitted
Update .github/workflows/sync-binaries-task.yml
Co-authored-by: Giuseppe Lumia <[email protected]>
1 parent 9695266 commit 8479a0c

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

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

+4-3
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@ jobs:
3939
python-version: "3.9"
4040

4141
- name: Generate binaries and index
42-
run: python ./firmware/generator.py -a $(which arduino-cli)
42+
run: |
43+
./firmware/generator.py
4344
4445
# fix `gpg: signing failed: Inappropriate ioctl for device`
4546
# https://github.com/keybase/keybase-issues/issues/2798
@@ -57,10 +58,10 @@ jobs:
5758
- name: create the gzip
5859
run: gzip --keep firmware/binaries/index.json
5960

60-
- name: s3 sync
61+
- name: Upload binaries and index on S3
6162
run: |
6263
aws s3 sync ./firmware/binaries s3://cloud-downloads.arduino.cc/binaries
6364
env:
64-
AWS_REGION: "us-east-1" # or https://github.com/aws/aws-cli/issues/5623
65+
AWS_REGION: "us-east-1"
6566
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
6667
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}

0 commit comments

Comments
 (0)