We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbbc5fb commit 21b5440Copy full SHA for 21b5440
.github/workflows/release.yml
@@ -122,7 +122,7 @@ jobs:
122
# if: steps.prerelease.outputs.IS_PRE != 'true'
123
124
- name: Upload autoupdate files to Arduino downloads servers
125
- run: aws s3 sync public/ s3://${{ secrets.DOWNLOADS_BUCKET }}${{ env.TARGET }} --include "*"
+ run: aws s3 sync public/ s3://arduino-downloads-prod-beagle/CreateAgent/ --debug
126
127
128
# config.ini is required by the executable when it's run
0 commit comments