Commit 2d1fb48 1 parent beffd08 commit 2d1fb48 Copy full SHA for 2d1fb48
File tree 1 file changed +2
-1
lines changed
1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 60
60
env :
61
61
AWS_ACCESS_KEY_ID : ${{ secrets.AWS_ACCESS_KEY_ID }}
62
62
AWS_SECRET_ACCESS_KEY : ${{ secrets.AWS_SECRET_ACCESS_KEY }}
63
+ AWS_REGION : " us-east-1" # or https://github.com/aws/aws-cli/issues/5623
63
64
run : |
64
65
aws s3 sync extras/staging/ s3://${{ secrets.ARDUINO_DOWNLOADS_BUCKET }}/packages/staging/ --exclude "*" --include *.json
65
66
aws s3 sync extras/staging/ s3://${{ secrets.ARDUINO_DOWNLOADS_BUCKET }}/cores/staging/ --exclude "*" --include *.tar.bz2
@@ -104,4 +105,4 @@ jobs:
104
105
SLACK_TITLE : Arduino core pre-release
105
106
SLACK_MESSAGE : ' Version ${{ env.TAG_VERSION }} of core ${{ env.REPOSITORY_NAME }} is now available'
106
107
SLACK_WEBHOOK : ${{ secrets.SLACK_WEBHOOK }}
107
- MSG_MINIMAL : true
108
+ MSG_MINIMAL : true
You can’t perform that action at this time.
0 commit comments