We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7bca62 commit eb4d45fCopy full SHA for eb4d45f
.github/workflows/nuget-publish.yml
@@ -57,7 +57,7 @@ jobs:
57
run: dotnet test demo/Demo.sln -c Release
58
59
- name: Push package to NuGet
60
- run: dotnet nuget push output/nuget/*.nupkg --api-key ${{ secrets.NUGET_API_KEY }} --source https://api.nuget.org/v3/index.json --skip-duplicate
+ run: dotnet nuget push output/nuget/**/*.nupkg --api-key ${{ secrets.NUGET_API_KEY }} --source https://api.nuget.org/v3/index.json --skip-duplicate
61
62
- name: Prepare for Github Pages deployment
63
run: find output/demo -name "*.gitignore" -type f -print0 | xargs -0 /bin/rm -f
0 commit comments