Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 2d1fb48

Browse files
Add AWS_REGION env variable to fix deploy
1 parent beffd08 commit 2d1fb48

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

‎.github/workflows/release.yaml‎

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ jobs:
6060
env:
6161
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
6262
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
63+
AWS_REGION: "us-east-1" # or https://github.com/aws/aws-cli/issues/5623
6364
run: |
6465
aws s3 sync extras/staging/ s3://${{ secrets.ARDUINO_DOWNLOADS_BUCKET }}/packages/staging/ --exclude "*" --include *.json
6566
aws s3 sync extras/staging/ s3://${{ secrets.ARDUINO_DOWNLOADS_BUCKET }}/cores/staging/ --exclude "*" --include *.tar.bz2
@@ -104,4 +105,4 @@ jobs:
104105
SLACK_TITLE: Arduino core pre-release
105106
SLACK_MESSAGE: 'Version ${{ env.TAG_VERSION }} of core ${{ env.REPOSITORY_NAME }} is now available'
106107
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }}
107-
MSG_MINIMAL: true
108+
MSG_MINIMAL: true

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /