Update Publish.yml

This commit is contained in:
qhy040404
2023-12-26 16:39:52 +08:00
committed by GitHub
parent 8b2e076ff5
commit 312c018f6c

View File

@@ -25,4 +25,5 @@ jobs:
run: dotnet pack src/Snap.Hutao.Deployment.Runtime/Snap.Hutao.Deployment.Runtime.csproj
- name: Publish to NuGet
run: dotnet nuget push src/Snap.Hutao.Deployment.Runtime/bin/Release/*.nupkg --source https://api.nuget.org/v3/index.json --api-key ${{ secrets.NUGET_API_KEY }}
shell: bash
run: dotnet nuget push src/Snap.Hutao.Deployment.Runtime/bin/Release/*.nupkg --source https://api.nuget.org/v3/index.json --api-key ${{ secrets.NUGET_API_KEY }}