File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-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/*.nupkg --api-key $NUGET_AUTH_TOKEN --skip-duplicate --no-symbols true --source https://api.nuget.org/v3/index.json
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
2424
2525 publish-git :
2626 runs-on : windows-latest
3838 dotnet pack -c Release -o out
3939
4040 - name : Push generated package to GitHub registry
41- run : dotnet nuget push ./out/*.nupkg --api-key $NUGET_AUTH_TOKEN --skip-duplicate --no-symbols true --source https://api.nuget.org/v3/index.json
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
You can’t perform that action at this time.
0 commit comments