Skip to content

Commit

Permalink
fix: fix publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ppiwow-apay authored Aug 23, 2024
1 parent 0dea2b7 commit 230f0d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,4 +118,4 @@ jobs:
nuget verify -All "%cd%\signed\*.nupkg"
shell: cmd
- name: Push package
run: dotnet nuget push signed/*.nupkg --api-key ${{ secrets.nugetApiKey }} --skip-duplicate --source https://api.nuget.org/v3/index.json
run: dotnet nuget push "%cd%\signed" --api-key ${{ secrets.nugetApiKey }} --skip-duplicate --source https://api.nuget.org/v3/index.json

0 comments on commit 230f0d2

Please sign in to comment.