Skip to content

Commit 0bd82e4

Browse files
committed
fix: update release bundling glob pattern for windows to match the different file names for debug builds
1 parent 243c115 commit 0bd82e4

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)