Skip to content

Commit eb4d45f

Browse files
committed
fix nuget push
1 parent a7bca62 commit eb4d45f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nuget-publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
run: dotnet test demo/Demo.sln -c Release
5858

5959
- 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
60+
run: dotnet nuget push output/nuget/**/*.nupkg --api-key ${{ secrets.NUGET_API_KEY }} --source https://api.nuget.org/v3/index.json --skip-duplicate
6161

6262
- name: Prepare for Github Pages deployment
6363
run: find output/demo -name "*.gitignore" -type f -print0 | xargs -0 /bin/rm -f

0 commit comments

Comments
 (0)