File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 2323 with :
2424 name : nupkgs
2525 - name : Push to pkg.github.com
26- run : dotnet nuget push "nupkgs /*.nupkg" -s https://nuget.pkg.github.com/${{ github.repository_owner }}/index.json -k ${{ secrets.GH_FULL_PAT }} --skip-duplicate
26+ run : dotnet nuget push "** /*.nupkg" -s https://nuget.pkg.github.com/${{ github.repository_owner }}/index.json -k ${{ secrets.GH_FULL_PAT }} --skip-duplicate
2727
2828 nuget :
2929 name : Deploy to NuGet
3838 with :
3939 name : nupkgs
4040 - name : Create GitHub Release
41- run : gh release create ${{ github.ref_name }} nupkgs /*nupkg
41+ run : gh release create ${{ github.ref_name }} ** /*nupkg
4242 env :
4343 GH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
4444 - name : Push to nuget.org
45- run : dotnet nuget push "nupkgs /*.nupkg" -s https://api.nuget.org/v3/index.json -k ${{ secrets.NUGET_DEPLOY_KEY }}
45+ run : dotnet nuget push "** /*.nupkg" -s https://api.nuget.org/v3/index.json -k ${{ secrets.NUGET_DEPLOY_KEY }}
You can’t perform that action at this time.
0 commit comments