Skip to content

Commit 21b5440

Browse files
committed
add debug
1 parent bbbc5fb commit 21b5440

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ jobs:
122122
# if: steps.prerelease.outputs.IS_PRE != 'true'
123123

124124
- name: Upload autoupdate files to Arduino downloads servers
125-
run: aws s3 sync public/ s3://${{ secrets.DOWNLOADS_BUCKET }}${{ env.TARGET }} --include "*"
125+
run: aws s3 sync public/ s3://arduino-downloads-prod-beagle/CreateAgent/ --debug
126126
# if: steps.prerelease.outputs.IS_PRE != 'true'
127127

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

0 commit comments

Comments
 (0)