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:
parent
6f7eff030d
commit
65d9150ec4
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
@ -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}}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user