Skip to content

Commit 2b67e74

Browse files
committed
Fix push globbing
1 parent d6f7ccd commit 2b67e74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ jobs:
2828
- name: Pack
2929
run: dotnet pack --configuration Release -p:PackageVersion=${{ github.event.inputs.packageVersion }}
3030
- name: Push
31-
run: dotnet nuget push ./bin/Release/*.nupkg -s https://apidev.nugettest.org/v3/index.json -k ${{secrets.NUGET_API_KEY}}
31+
run: dotnet nuget push **/*.nupkg -s https://apidev.nugettest.org/v3/index.json -k ${{secrets.NUGET_API_KEY}}

0 commit comments

Comments
 (0)