Skip to content

Commit

Permalink
Merge pull request #51 from pkErbynn/fix-release-pipeline
Browse files Browse the repository at this point in the history
add path to release pipeline
  • Loading branch information
bagdxk authored Jul 14, 2022
2 parents 4ca7d20 + 3cb2267 commit 662c36d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ jobs:
path: ./package

- name: Publish to nuget
run: dotnet nuget push "./package/*.nupkg" --no-symbols true --source "https://api.nuget.org/v3/index.json" --api-key ${{ secrets.NUGET_KEY }}
run: dotnet nuget push ".\package\*.nupkg" --no-symbols true --source "https://api.nuget.org/v3/index.json" --api-key ${{ secrets.NUGET_KEY }}

0 comments on commit 662c36d

Please sign in to comment.