We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0cafdf7 + dbff379 commit 23cef69Copy full SHA for 23cef69
.github/actions/bundle_release/action.yaml
@@ -18,8 +18,8 @@ runs:
18
shell: bash
19
run: |
20
zip --must-match -j CortexCommand.windows.zip \
21
- release/Cortex\ Command*.exe/Cortex\ Command*.exe \
22
- release/Cortex\ Command*.exe/Cortex\ Command*.pdb \
+ release/Cortex\ Command*/Cortex\ Command*.exe \
+ release/Cortex\ Command*/Cortex\ Command*.pdb \
23
external/lib/win/{fmod,SDL2}.dll
24
25
- name: Compress Linux Release
0 commit comments