Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
Штенгауэр Никита Дмитриевич committed Dec 3, 2023
2 parents dc0ca3a + a01070f commit 954480b
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 954480b

Please sign in to comment.