Skip to content

Commit

Permalink
slashes
Browse files Browse the repository at this point in the history
  • Loading branch information
ignatandrei committed Jul 11, 2024
1 parent 35a2348 commit 831372d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,6 @@ jobs:
echo '1'
dir src/PACK/*.symbols.nupkg
echo '2'
dotnet nuget push src\PACK\*.symbols.nupkg --api-key ${{ secrets.NUGET_KEY }} --source https://api.nuget.org/v3/index.json
dotnet nuget push src/PACK/*.symbols.nupkg --api-key ${{ secrets.NUGET_KEY }} --source https://api.nuget.org/v3/index.json

0 comments on commit 831372d

Please sign in to comment.