Skip to content

Commit bb94fda

Browse files
committed
ci: update path to Windows builds for uploading
1 parent fb17486 commit bb94fda

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,9 @@ jobs:
4949
name: Windows Release
5050
# For some reason the dynamic lib is in the bin directory
5151
path: |
52-
build/bin/Debug/wwtools.exe
53-
build/bin/Debug/wwtools.dll
54-
build/lib/Debug/wwtools.lib
52+
build/bin/Release/wwtools.exe
53+
build/bin/Release/wwtools.dll
54+
build/lib/Release/wwtools.lib
5555
5656
release:
5757
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)