2
0
mirror of https://github.com/raylib-cs/raylib-cs synced 2025-04-05 11:19:39 -04:00

Update GitHub Actions (#126)

This commit is contained in:
Ben Parsons 2022-09-03 23:48:11 +10:00 committed by GitHub
parent 6f7eff030d
commit 65d9150ec4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -140,4 +140,5 @@ jobs:
files: Raylib-cs/bin/Release/Raylib-cs.${{steps.get-nuget-version.outputs.info}}.nupkg files: Raylib-cs/bin/Release/Raylib-cs.${{steps.get-nuget-version.outputs.info}}.nupkg
- name: Publish to NuGet - name: Publish to NuGet
run: dotnet nuget push Raylib-cs/bin/Release/Raylib-cs.${{steps.get-nuget-version.outputs.info}}.nupkg -k $${{secrets.NUGET_API_KEY}} if: startsWith(github.ref, 'refs/tags/')
run: dotnet nuget push Raylib-cs/bin/Release/Raylib-cs.${{steps.get-nuget-version.outputs.info}}.nupkg --api-key ${{secrets.NUGET_API_KEY}}