Update native build
This commit is contained in:
parent
1bd0e2ee19
commit
937594d0bf
2 changed files with 20 additions and 19 deletions
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
|
|
@ -60,7 +60,7 @@ jobs:
|
|||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: linux-x64
|
||||
path: Raylib-cs.Native/obj/Release/net6.0/native/raylib/libraylib.so
|
||||
path: Raylib-cs.Native/bin/Release/native/raylib/libraylib.so
|
||||
if-no-files-found: error
|
||||
|
||||
build-osx:
|
||||
|
|
@ -93,7 +93,7 @@ jobs:
|
|||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: osx-${{ matrix.name }}
|
||||
path: Raylib-cs.Native/obj/Release/net6.0/native/raylib/libraylib.dylib
|
||||
path: Raylib-cs.Native/bin/Release/native/raylib/libraylib.dylib
|
||||
if-no-files-found: error
|
||||
|
||||
build-windows:
|
||||
|
|
@ -126,7 +126,7 @@ jobs:
|
|||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: win-${{ matrix.name }}
|
||||
path: Raylib-cs.Native/obj/Release/net6.0/native/raylib/Release/raylib.dll
|
||||
path: Raylib-cs.Native/bin/Release/native/raylib/Release/raylib.dll
|
||||
if-no-files-found: error
|
||||
|
||||
build-publish:
|
||||
|
|
|
|||
Loading…
Reference in a new issue