Skip to content

Commit

Permalink
ci: update path to Windows builds for uploading
Browse files Browse the repository at this point in the history
  • Loading branch information
abheekda1 committed Nov 14, 2022
1 parent fb17486 commit bb94fda
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@ jobs:
name: Windows Release
# For some reason the dynamic lib is in the bin directory
path: |
build/bin/Debug/wwtools.exe
build/bin/Debug/wwtools.dll
build/lib/Debug/wwtools.lib
build/bin/Release/wwtools.exe
build/bin/Release/wwtools.dll
build/lib/Release/wwtools.lib
release:
runs-on: ubuntu-latest
Expand Down

0 comments on commit bb94fda

Please sign in to comment.