diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a9406ea..40ab79a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -175,13 +175,13 @@ jobs: - name: Upload NuGet Package As Artifact uses: actions/upload-artifact@v3 with: - path: Raylib-cs/bin/Release/Raylib-cs.${{ needs.prepare.outputs.pkgversion }}.nupkg + path: Raylib-cs/bin/Release/Raylib-cs.${{ needs.prepare.outputs.pkgversion }}.*pkg - name: Upload NuGet Package As Release uses: softprops/action-gh-release@v1 if: startsWith(github.ref, 'refs/tags/') with: - files: Raylib-cs/bin/Release/Raylib-cs.${{ needs.prepare.outputs.pkgversion }}.nupkg + files: Raylib-cs/bin/Release/Raylib-cs.${{ needs.prepare.outputs.pkgversion }}.*pkg - name: Publish to NuGet if: startsWith(github.ref, 'refs/tags/') diff --git a/Raylib-cs/Raylib-cs.csproj b/Raylib-cs/Raylib-cs.csproj index ccedcb1..3e1039b 100644 --- a/Raylib-cs/Raylib-cs.csproj +++ b/Raylib-cs/Raylib-cs.csproj @@ -16,6 +16,8 @@ 4.5.0.2 Chris Dill, Raysan5 true + true + snupkg Zlib Raylib-cs C# bindings for raylib - A simple and easy-to-use library to learn videogames programming @@ -23,6 +25,7 @@ raylib;bindings;gamedev git https://github.com/ChrisDill/Raylib-cs/ + true README.md https://www.raylib.com/ true @@ -35,6 +38,7 @@ +