We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96b65b1 commit a0941c2Copy full SHA for a0941c2
.github/workflows/publish.yml
@@ -29,7 +29,7 @@ jobs:
29
30
- name: Publish NuPkg Files
31
if: ${{ github.event.inputs.publish }}
32
- run: dotnet nuget push "$GITHUB_WORKSPACE/*.nupkg" -k ${{ secrets.NUGET_API_KEY }} -s https://api.nuget.org/v3/index.json
+ run: dotnet nuget push "$GITHUB_WORKSPACE/packages/*.nupkg" -k ${{ secrets.NUGET_API_KEY }} -s https://api.nuget.org/v3/index.json
33
34
- name: Create Tag and Release
35
0 commit comments