Skip to content

Commit 09cdf59

Browse files
committed
Fix binary path for release
1 parent 16400e4 commit 09cdf59

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
with:
2626
name: Linux Release
2727
path: |
28-
build/bin/wwise-audio-tools
28+
build/bin/wwtools
2929
build/lib/libwwise-audio.so
3030
build/lib/libwwise-audio_static.a
3131
@@ -49,7 +49,7 @@ jobs:
4949
name: Windows Release
5050
# For some reason the dynamic lib is in the bin directory
5151
path: |
52-
build/bin/Debug/wwise-audio-tools.exe
52+
build/bin/Debug/wwtools.exe
5353
build/bin/Debug/wwise-audio.dll
5454
build/lib/Debug/wwise-audio_static.lib
5555

0 commit comments

Comments
 (0)