Skip to content

Commit

Permalink
upload only the shared library in the github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
wootguy committed Sep 7, 2024
1 parent 5bab194 commit 46fb42e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
uses: actions/upload-artifact@v2
with:
name: sevenkewp-windows
path: build/dlls/Release
path: build/dlls/Release/sevenkewp.dll

build-linux:
runs-on: ubuntu-20.04
Expand All @@ -47,4 +47,4 @@ jobs:
uses: actions/upload-artifact@v2
with:
name: sevenkewp-linux
path: build/dlls
path: build/dlls/sevenkewp.so

0 comments on commit 46fb42e

Please sign in to comment.