Skip to content

Commit a0941c2

Browse files
committed
Fix workflow
1 parent 96b65b1 commit a0941c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929

3030
- name: Publish NuPkg Files
3131
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
32+
run: dotnet nuget push "$GITHUB_WORKSPACE/packages/*.nupkg" -k ${{ secrets.NUGET_API_KEY }} -s https://api.nuget.org/v3/index.json
3333

3434
- name: Create Tag and Release
3535
if: ${{ github.event.inputs.publish }}

0 commit comments

Comments
 (0)