Skip to content

Commit

Permalink
Update nuget.yml
Browse files Browse the repository at this point in the history
used wrong path slashes?
  • Loading branch information
waffle-lord authored Mar 15, 2024
1 parent 4ab5e9c commit 289170b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nuget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
with:
dotnet-version: 8.0.x
- name: Pack
run: dotnet pack .\GoFileSharp\GoFileSharp\GoFileSharp.csproj --configuration release --output .\ -p:OutputFileNamesWithoutVersion=true
run: dotnet pack ./GoFileSharp/GoFileSharp/GoFileSharp.csproj --configuration release --output ./ -p:OutputFileNamesWithoutVersion=true
- name: Publish
run: dotnet nuget push GoFileSharp.nupkg --api-key {{ secrets.NUGET_API_KEY }} --source https://api.nuget.org/v3/index.json
run: dotnet nuget push ./GoFileSharp.nupkg --api-key {{ secrets.NUGET_API_KEY }} --source https://api.nuget.org/v3/index.json

0 comments on commit 289170b

Please sign in to comment.