We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8fe58b3 commit bdf0cbfCopy full SHA for bdf0cbf
1 file changed
.github/workflows/windows_build_deploy.yml
@@ -144,8 +144,8 @@ jobs:
144
echo Branch Folder: %S3_BRANCH_FOLDER%
145
set S3_LATEST_FOLDER=s3://openbci-public-gui-v7/latest
146
echo Latest Folder: %S3_LATEST_FOLDER%
147
- aws s3 rm %S3_LATEST_FOLDER% --recursive
148
- aws s3 rm %S3_BRANCH_FOLDER% --recursive
+ aws s3 rm %S3_LATEST_FOLDER% --recursive --exclude "*" --include "*.msi"
+ aws s3 rm %S3_BRANCH_FOLDER% --recursive --exclude "*" --include "*.msi"
149
aws s3 cp . %S3_BRANCH_FOLDER% --recursive --exclude "*" --include "*.msi"
150
aws s3 cp . %S3_LATEST_FOLDER% --recursive --exclude "*" --include "*.msi"
151
env:
0 commit comments