Skip to content

Commit ba1fbb3

Browse files
committed
Update publish nuget action
1 parent 9ff4518 commit ba1fbb3

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/publish-nuget.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +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 push .\SpiceSharpBehavioral\bin\Release\SpiceSharpBehavioral.*.nupkg -k $KEY
36+
run: dotnet nuget push .\SpiceSharpBehavioral\bin\Release\SpiceSharpBehavioral.*.nupkg -k $KEY
3937

0 commit comments

Comments
 (0)