Skip to content

Commit e9ffc5d

Browse files
authored
Fix release
1 parent 994ce49 commit e9ffc5d

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
@@ -20,7 +20,7 @@ runs:
2020
zip --must-match -j CortexCommand.windows.zip \
2121
release/Cortex\ Command*/Cortex\ Command*.exe \
2222
release/Cortex\ Command*/Cortex\ Command*.pdb \
23-
external/lib/win/{fmod,SDL2}.dll
23+
external/lib/win/fmod.dll
2424
2525
- name: Compress Linux Release
2626
shell: bash

0 commit comments

Comments
 (0)