Skip to content

Commit dbff379

Browse files
authored
fix artifact no longer being called cortex command.exe
(this should be the final spot)
1 parent 0cafdf7 commit dbff379

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/actions/bundle_release/action.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ runs:
1818
shell: bash
1919
run: |
2020
zip --must-match -j CortexCommand.windows.zip \
21-
release/Cortex\ Command*.exe/Cortex\ Command*.exe \
22-
release/Cortex\ Command*.exe/Cortex\ Command*.pdb \
21+
release/Cortex\ Command*/Cortex\ Command*.exe \
22+
release/Cortex\ Command*/Cortex\ Command*.pdb \
2323
external/lib/win/{fmod,SDL2}.dll
2424
2525
- name: Compress Linux Release

0 commit comments

Comments
 (0)