Update publish-nuget.yml

This commit is contained in:
Stone_Red
2024-03-04 21:03:32 +01:00
committed by GitHub
parent 752309f68d
commit 856aee2bc0
+1 -1
View File
@@ -22,4 +22,4 @@ jobs:
- name: Create the package
run: dotnet pack --configuration Release src/StoneRed.NetificationApi
- name: Publish the package to nuget.org
run: dotnet nuget push src/StoneRed.NetificationApi/bin/Release/*.nupkg -k $NUGET_AUTH_TOKEN -s https://api.nuget.org/v3/index.json
run: dotnet nuget push */src/StoneRed.NetificationApi/bin/Release/*.nupkg -k $NUGET_AUTH_TOKEN -s https://api.nuget.org/v3/index.json