We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81ac8dc commit 1d0953aCopy full SHA for 1d0953a
1 file changed
.github/workflows/windows_build_deploy.yml
@@ -142,7 +142,7 @@ jobs:
142
echo "${{ steps.branch-name.outputs.head_ref_branch }}"
143
set S3_BRANCH_FOLDER=s3://openbci-public-gui-v7/${{ steps.branch-name.outputs.head_ref_branch }}
144
echo %S3_BRANCH_FOLDER%
145
- aws s3 rm s3://openbci-public-gui-v6/latest --recursive --exclude "*" --include "openbcigui_*_windows64.zip"
+ aws s3 rm s3://openbci-public-gui-v7/latest --recursive --exclude "*" --include "openbcigui_*_windows64.zip"
146
aws s3 cp ${{ github.workspace }}/. %S3_BRANCH_FOLDER% --recursive --exclude "*" --include "openbcigui_*_windows64.zip"
147
aws s3 cp ${{ github.workspace }}/. s3://openbci-public-gui-v7/latest --recursive --exclude "*" --include "openbcigui_*_windows64.zip"
148
shell: cmd
0 commit comments