Skip to content

Commit 1d0953a

Browse files
committed
Update Windows Build Action with correct S3 bucket name
1 parent 81ac8dc commit 1d0953a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/windows_build_deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ jobs:
142142
echo "${{ steps.branch-name.outputs.head_ref_branch }}"
143143
set S3_BRANCH_FOLDER=s3://openbci-public-gui-v7/${{ steps.branch-name.outputs.head_ref_branch }}
144144
echo %S3_BRANCH_FOLDER%
145-
aws s3 rm s3://openbci-public-gui-v6/latest --recursive --exclude "*" --include "openbcigui_*_windows64.zip"
145+
aws s3 rm s3://openbci-public-gui-v7/latest --recursive --exclude "*" --include "openbcigui_*_windows64.zip"
146146
aws s3 cp ${{ github.workspace }}/. %S3_BRANCH_FOLDER% --recursive --exclude "*" --include "openbcigui_*_windows64.zip"
147147
aws s3 cp ${{ github.workspace }}/. s3://openbci-public-gui-v7/latest --recursive --exclude "*" --include "openbcigui_*_windows64.zip"
148148
shell: cmd

0 commit comments

Comments
 (0)