File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 29
29
TARGET : " /CreateAgent/"
30
30
AWS_ACCESS_KEY_ID : ${{ secrets.AWS_ACCESS_KEY_ID }}
31
31
AWS_SECRET_ACCESS_KEY : ${{ secrets.AWS_SECRET_ACCESS_KEY }}
32
+ AWS_EC2_METADATA_DISABLED : true # https://github.com/aws/aws-cli/issues/5623
32
33
33
34
steps :
34
35
- name : Set env vars
@@ -122,7 +123,7 @@ jobs:
122
123
# if: steps.prerelease.outputs.IS_PRE != 'true'
123
124
124
125
- name : Upload autoupdate files to Arduino downloads servers
125
- run : aws s3 sync public/ s3://arduino-downloads-prod-beagle/CreateAgent/ --debug
126
+ run : aws s3 sync public/ s3://${{ secrets.DOWNLOADS_BUCKET }}${{ env.TARGET }} --debug
126
127
# if: steps.prerelease.outputs.IS_PRE != 'true'
127
128
128
129
# config.ini is required by the executable when it's run
You can’t perform that action at this time.
0 commit comments