mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2025-01-09 14:35:33 +00:00
Automate NuGet publish
This commit is contained in:
parent
fa042d60d8
commit
ebef9196cc
|
@ -11,6 +11,7 @@ deploy:
|
||||||
file_glob: true
|
file_glob: true
|
||||||
file: BuildOutput/NugetPackages/*
|
file: BuildOutput/NugetPackages/*
|
||||||
skip_cleanup: true
|
skip_cleanup: true
|
||||||
|
script: nuget push ./BuildOutput/NuGetPackages/*.nupkg -Verbosity detailed -ApiKey $NUGETAPIKEY -Source https://www.nuget.org/api/v2/package
|
||||||
on:
|
on:
|
||||||
branch: master
|
branch: master
|
||||||
repo: GtkSharp/GtkSharp
|
repo: GtkSharp/GtkSharp
|
||||||
|
|
Loading…
Reference in a new issue