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

Update GitHub Actions (#125)

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

View File

@ -140,4 +140,4 @@ 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: nuget push Raylib-cs/bin/Release/Raylib-cs.${{steps.get-nuget-version.outputs.info}}.nupkg -k $${{secrets.NUGET_API_KEY}} run: dotnet nuget push Raylib-cs/bin/Release/Raylib-cs.${{steps.get-nuget-version.outputs.info}}.nupkg -k $${{secrets.NUGET_API_KEY}}