Skip to content

Commit

Permalink
nuget path fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nagybalint001 committed Oct 25, 2021
1 parent 96cc819 commit 29837bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ jobs:
- name: Pack
run: dotnet pack --no-restore
- name: Push
run: dotnet nuget push ${{ env.GITHUB_WORKSPACE }}/*.nupkg --api-key ${{ secrets.API_KEY }} --source https://api.nuget.org/v3/index.json
run: dotnet nuget push **/*.nupkg --api-key ${{ secrets.API_KEY }} --source https://api.nuget.org/v3/index.json

0 comments on commit 29837bf

Please sign in to comment.