Skip to content

Commit 49f00eb

Browse files
authored
v1.0.1
2 parents 3a439e4 + b66aca4 commit 49f00eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/create-release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ jobs:
2929
- name: Publish Releases
3030
env:
3131
NUGET_AUTH_TOKEN: ${{secrets.NUGET_AUTH_TOKEN}}
32-
run: dotnet nuget push */bin/Release/*.nupkg -k $NUGET_AUTH_TOKEN -s https://api.nuget.org/v3/index.json
32+
run: dotnet nuget push "**/*.nupkg" -k $NUGET_AUTH_TOKEN -s https://api.nuget.org/v3/index.json

0 commit comments

Comments
 (0)