File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2121 dotnet pack -c Release -o out
2222
2323 - name : Push generated package to GitHub registry
24- run : dotnet nuget push ./out/*.nupkg --api-key $NUGET_AUTH_TOKEN --source https://www.nuget.org/ --skip-duplicate --no-symbols true
24+ run : dotnet nuget push ./contentstack-utils-dotnet/ out/*.nupkg --api-key $NUGET_AUTH_TOKEN --source https://www.nuget.org/ --skip-duplicate --no-symbols true
2525
2626 publish-git :
2727 runs-on : windows-latest
4040 dotnet pack -c Release -o out
4141
4242 - name : Push generated package to GitHub registry
43- run : dotnet nuget push ./out/*.nupkg --api-key ${{ secrets.GITHUB_TOKEN }} --skip-duplicate --no-symbols true
43+ run : dotnet nuget push ./contentstack-utils-dotnet/ out/*.nupkg --api-key ${{ secrets.GITHUB_TOKEN }} --skip-duplicate --no-symbols true
You can’t perform that action at this time.
0 commit comments