diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2952712..08b534b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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: diff --git a/Raylib-cs.Native/Raylib-cs.Native.csproj b/Raylib-cs.Native/Raylib-cs.Native.csproj index 1fbe25a..355beb6 100644 --- a/Raylib-cs.Native/Raylib-cs.Native.csproj +++ b/Raylib-cs.Native/Raylib-cs.Native.csproj @@ -1,8 +1,8 @@ - + net6.0 - Raylib-cs.Native false + false @@ -24,34 +24,35 @@ - - + Condition="Exists('$(OutputPath)native/raylib/$(NativePre)raylib.$(NativeExt)')" /> + + + - + - - - + Condition="!Exists('$(BaseIntermediateOutputPath)raylib.zip')" /> - - + + + + +