Skip to content

Commit d0dec1f

Browse files
committed
ci: update release file paths
1 parent 07fd727 commit d0dec1f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ jobs:
2626
name: Linux Release
2727
path: |
2828
build/bin/wwtools
29-
build/lib/libwwise-audio.so
30-
build/lib/libwwise-audio_static.a
29+
build/lib/libwwtools.so
30+
build/lib/libwwtools.a
3131
3232
windows:
3333
runs-on: windows-latest
@@ -50,8 +50,8 @@ jobs:
5050
# For some reason the dynamic lib is in the bin directory
5151
path: |
5252
build/bin/Debug/wwtools.exe
53-
build/bin/Debug/wwise-audio.dll
54-
build/lib/Debug/wwise-audio_static.lib
53+
build/bin/Debug/wwtools.dll
54+
build/lib/Debug/wwtools.lib
5555
5656
release:
5757
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)