Skip to content

Commit 326332d

Browse files
authored
Update dotnet.yml
1 parent 1df622c commit 326332d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dotnet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,5 +61,5 @@ jobs:
6161

6262
- name: Push NuGet package
6363
if: startsWith(github.ref, 'refs/tags/v')
64-
run: dotnet nuget push "nupkg/*.nupkg" --api-key "${{ secrets.NUGET_API_KEY }}" --source "https://api.nuget.org/v3/index.json" --skip-duplicate
64+
run: dotnet nuget push "**/nupkg/*.nupkg" --api-key "${{ secrets.NUGET_API_KEY }}" --source "https://api.nuget.org/v3/index.json" --skip-duplicate
6565
working-directory: ${{ github.workspace }}

0 commit comments

Comments
 (0)