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

This commit is contained in:
Mingor(100757) 2024-08-28 13:19:15 +08:00
parent 685d28c736
commit c51188d47f

View File

@ -28,4 +28,4 @@ jobs:
- name: Pack - name: Pack
run: dotnet pack -c Release --no-restore run: dotnet pack -c Release --no-restore
- name: Publish - name: Publish
run: dotnet nuget push bin/Release/*.nupkg run: dotnet nuget push bin/Release/*.nupkg --api-key ${{ secrets.NUGET_APIKEY }}