We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent beffd08 commit 2d1fb48Copy full SHA for 2d1fb48
.github/workflows/release.yaml
@@ -60,6 +60,7 @@ jobs:
60
env:
61
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
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
64
run: |
65
aws s3 sync extras/staging/ s3://${{ secrets.ARDUINO_DOWNLOADS_BUCKET }}/packages/staging/ --exclude "*" --include *.json
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
106
SLACK_MESSAGE: 'Version ${{ env.TAG_VERSION }} of core ${{ env.REPOSITORY_NAME }} is now available'
107
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }}
- MSG_MINIMAL: true
108
+ MSG_MINIMAL: true
0 commit comments