Skip to content

Commit 40a2ec0

Browse files
committed
fix: escape spaces in glob pattern for windows release assets
1 parent 0bd82e4 commit 40a2ec0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/bundle_release/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ runs:
1818
shell: bash
1919
run: |
2020
zip --must-match -j CortexCommand.windows.zip \
21-
"release/Cortex Command*.exe/Cortex Command*.exe" \
21+
release/Cortex\ Command*.exe/Cortex\ Command*.exe \
2222
external/lib/win/{fmod,SDL2}.dll
2323
2424
- name: Compress Linux Release

0 commit comments

Comments
 (0)