File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed
Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 2020 dotnet pack -c Release -o out
2121
2222 - name : Push generated package to GitHub registry
23- run : dotnet nuget push ./out/contentstack.management.csharp.*.nupkg --api-key $NUGET_AUTH_TOKEN --skip-duplicate --no-symbols true --source https://api.nuget.org/v3/index.json
23+ run : |
24+ cd out
25+ dotnet nuget push "contentstack.management.csharp.*.nupkg" --api-key $NUGET_AUTH_TOKEN --skip-duplicate --no-symbols true --source https://api.nuget.org/v3/index.json
2426
2527 publish-git :
2628 runs-on : windows-latest
3840 dotnet pack -c Release -o out
3941
4042 - name : Push generated package to GitHub registry
41- run : dotnet nuget push ./out/contentstack.management.csharp.*.nupkg --api-key $NUGET_AUTH_TOKEN --skip-duplicate --no-symbols true --source https://api.nuget.org/v3/index.json
43+ run : |
44+ cd out
45+ dotnet nuget push "contentstack.management.csharp.*.nupkg" --api-key $NUGET_AUTH_TOKEN --skip-duplicate --no-symbols true --source https://api.nuget.org/v3/index.json
You can’t perform that action at this time.
0 commit comments