Skip to content

Commit 84f4173

Browse files
Merge pull request #32 from SpiceSharp/development
Update github action for publishing nuget package
2 parents c40d4d5 + ba1fbb3 commit 84f4173

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

.github/workflows/publish-nuget.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,5 @@ jobs:
3333
- name: Publish to NuGet
3434
env:
3535
KEY: ${{ secrets.NUGET_APIKEY }}
36-
run: |
37-
cd SpiceSharpBehavioral\bin\Release
38-
dotnet nuget add source https://api.nuget.org/v3/index.json
39-
dotnet nuget push SpiceSharpBehavioral.*.nupkg -k $KEY
36+
run: dotnet nuget push .\SpiceSharpBehavioral\bin\Release\SpiceSharpBehavioral.*.nupkg -k $KEY
4037

0 commit comments

Comments
 (0)