We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6f7ccd commit 2b67e74Copy full SHA for 2b67e74
.github/workflows/publish.yml
@@ -28,4 +28,4 @@ jobs:
28
- name: Pack
29
run: dotnet pack --configuration Release -p:PackageVersion=${{ github.event.inputs.packageVersion }}
30
- name: Push
31
- run: dotnet nuget push ./bin/Release/*.nupkg -s https://apidev.nugettest.org/v3/index.json -k ${{secrets.NUGET_API_KEY}}
+ run: dotnet nuget push **/*.nupkg -s https://apidev.nugettest.org/v3/index.json -k ${{secrets.NUGET_API_KEY}}
0 commit comments