Skip to content

Commit

Permalink
Merge pull request #31 from picoe/fix-build
Browse files Browse the repository at this point in the history
Fix publish
  • Loading branch information
cwensley committed Jun 19, 2024
2 parents 7751923 + bf59b10 commit 5545d79
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 @@ -62,4 +62,4 @@ jobs:
name: nuget

- name: Push packages
run: dotnet nuget push './nuget/**/*.nupkg' --skip-duplicate -s https://api.nuget.org/v3/index.json -k ${{secrets.NUGET_API_KEY}}
run: dotnet nuget push './**/*.nupkg' --skip-duplicate -s https://api.nuget.org/v3/index.json -k ${{secrets.NUGET_API_KEY}}

0 comments on commit 5545d79

Please sign in to comment.