Skip to content

Commit 9ff4518

Browse files
committed
Update github action for publishing nuget package
1 parent bc03b24 commit 9ff4518

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/publish-nuget.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,5 @@ jobs:
3535
KEY: ${{ secrets.NUGET_APIKEY }}
3636
run: |
3737
cd SpiceSharpBehavioral\bin\Release
38-
dotnet nuget add source https://api.nuget.org/v3/index.json
39-
dotnet nuget push SpiceSharpBehavioral.*.nupkg -k $KEY
38+
dotnet nuget push .\SpiceSharpBehavioral\bin\Release\SpiceSharpBehavioral.*.nupkg -k $KEY
4039

0 commit comments

Comments
 (0)