@@ -17,30 +17,30 @@ runs:
17
17
- name : Compress Windows Release
18
18
shell : bash
19
19
run : |
20
- zip -j CortexCommand.windows.zip \
21
- "release/Cortex Command.exe" \
20
+ zip --must-match - j CortexCommand.windows.zip \
21
+ "release/Cortex Command.exe/Cortex Command.exe " \
22
22
external/lib/win/{fmod,SDL2}.dll
23
23
24
24
- name : Compress Linux Release
25
25
shell : bash
26
26
run : |
27
- zip -j CortexCommand.linux.zip \
27
+ zip --must-match - j CortexCommand.linux.zip \
28
28
"release/CortexCommand (Linux)/CortexCommand.AppImage" \
29
29
external/lib/linux/x86_64/libfmod.so*
30
30
31
31
- name : Compress OSX Release
32
32
shell : bash
33
33
run : |
34
- zip -j CortexCommand.macos.zip \
35
- "release/CortexCommand (macOS)/CortexCommand" \
34
+ zip --must-match - j CortexCommand.macos.zip \
35
+ "release/CortexCommand (macOS)/CortexCommand.tar " \
36
36
external/lib/macos/libfmod.dylib
37
37
38
38
- name : Package Data files
39
39
shell : bash
40
40
run : |
41
- zip -r -u CortexCommand.windows.zip Data
42
- zip -r -u CortexCommand.linux.zip Data
43
- zip -r -u CortexCommand.macos.zip Data
41
+ zip --must-match - r -u CortexCommand.windows.zip Data
42
+ zip --must-match - r -u CortexCommand.linux.zip Data
43
+ zip --must-match - r -u CortexCommand.macos.zip Data
44
44
45
45
46
46
0 commit comments