Skip to content

Commit 58ef336

Browse files
committed
fix aws s3 sync failing
1 parent 4854186 commit 58ef336

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/generate-index.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,3 +76,5 @@ jobs:
7676

7777
- name: s3 sync
7878
run: ./s3Copy.sh . s3://arduino-downloads-prod-beagle/arduino-fwuploader
79+
env:
80+
AWS_REGION: "us-east-1" # or https://github.com/aws/aws-cli/issues/5623

0 commit comments

Comments
 (0)