Skip to content

Commit

Permalink
Update compilation.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
husker-dev authored Dec 3, 2023
1 parent 6f42684 commit a01070f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/compilation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
uses: actions/upload-artifact@v2
with:
name: Linux
path: ./native/build/lib
path: ./modules/native/build/lib

compile-windows:
runs-on: windows-latest
Expand All @@ -42,7 +42,7 @@ jobs:
uses: actions/upload-artifact@v2
with:
name: Windows
path: ./native/lib
path: ./modules/native/lib

compile-macos:
runs-on: macos-latest
Expand All @@ -58,4 +58,4 @@ jobs:
uses: actions/upload-artifact@v2
with:
name: MacOS
path: ./native/build/lib
path: ./modules/native/build/lib

0 comments on commit a01070f

Please sign in to comment.