File tree 1 file changed +4
-3
lines changed
1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 39
39
python-version : " 3.9"
40
40
41
41
- name : Generate binaries and index
42
- run : python ./firmware/generator.py -a $(which arduino-cli)
42
+ run : |
43
+ ./firmware/generator.py
43
44
44
45
# fix `gpg: signing failed: Inappropriate ioctl for device`
45
46
# https://github.com/keybase/keybase-issues/issues/2798
@@ -57,10 +58,10 @@ jobs:
57
58
- name : create the gzip
58
59
run : gzip --keep firmware/binaries/index.json
59
60
60
- - name : s3 sync
61
+ - name : Upload binaries and index on S3
61
62
run : |
62
63
aws s3 sync ./firmware/binaries s3://cloud-downloads.arduino.cc/binaries
63
64
env :
64
- AWS_REGION : " us-east-1" # or https://github.com/aws/aws-cli/issues/5623
65
+ AWS_REGION : " us-east-1"
65
66
AWS_ACCESS_KEY_ID : ${{ secrets.AWS_ACCESS_KEY_ID }}
66
67
AWS_SECRET_ACCESS_KEY : ${{ secrets.AWS_SECRET_ACCESS_KEY }}
You can’t perform that action at this time.
0 commit comments