Skip to content

Commit 46ae0a4

Browse files
committed
found cause of failure on win and add debug
1 parent edecef4 commit 46ae0a4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ jobs:
2929
TARGET: "/CreateAgent/"
3030
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
3131
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
32+
AWS_EC2_METADATA_DISABLED: true #https://github.com/aws/aws-cli/issues/5623
3233

3334
steps:
3435
- name: Set env vars
@@ -122,7 +123,7 @@ jobs:
122123
# if: steps.prerelease.outputs.IS_PRE != 'true'
123124

124125
- name: Upload autoupdate files to Arduino downloads servers
125-
run: aws s3 sync public/ s3://${{ secrets.DOWNLOADS_BUCKET }}${{ env.TARGET }} --include "*"
126+
run: aws s3 sync public/ s3://${{ secrets.DOWNLOADS_BUCKET }}${{ env.TARGET }} --debug
126127
# if: steps.prerelease.outputs.IS_PRE != 'true'
127128

128129
# config.ini is required by the executable when it's run

0 commit comments

Comments
 (0)