mirror of
https://github.com/HolographicHat/Yae.git
synced 2025-12-06 14:42:52 +08:00
[skip ci] update ci
This commit is contained in:
2
.github/workflows/lib-nuget.yml
vendored
2
.github/workflows/lib-nuget.yml
vendored
@@ -26,4 +26,4 @@ jobs:
|
||||
- name: Build
|
||||
run: dotnet publish
|
||||
- name: Publish to NuGet
|
||||
run: nuget push *.nupkg ${{ secrets.NUGET_API_KEY }} -src https://api.nuget.org/v3/index.json
|
||||
run: nuget push .\bin\Release\*.nupkg ${{ secrets.NUGET_API_KEY }} -src https://api.nuget.org/v3/index.json
|
||||
|
||||
Reference in New Issue
Block a user