Watch
2
0
Fork
You've already forked raylib-cs
0

Include snupkg in release & Enable SourceLink

Fixes #143
This commit is contained in:
Ben Parsons 2023-07-24 23:04:49 +10:00
commit a6fa07d2f0
2 changed files with 6 additions and 2 deletions

View file

@ -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/')