update actions yaml
Some checks failed
dotnet-publish-nuget / Pack-And-Publish (push) Failing after 1m15s

This commit is contained in:
Mingor(100757) 2024-08-27 17:12:11 +08:00
parent 02a17bb0b4
commit 67cbdd13a2
2 changed files with 2 additions and 2 deletions

View File

@ -19,6 +19,6 @@ jobs:
- name: Test
run: dotnet test --no-restore --verbosity normal
- name: Pack
run: dotnet pack -c Release
- name: Publish the package to Gitea
run: dotnet pack -c Release --no-restore
- name: Publish
run: dotnet nuget push bin/Release/*.nupkg