Skip to content

Commit 23cef69

Browse files
authored
Merge pull request #80 from cortex-command-community/bundle-release-artifact-names
fix for artifact no longer being called cortex command*.exe
2 parents 0cafdf7 + dbff379 commit 23cef69

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)