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 3939 uses : actions/upload-artifact@v2
4040 if : matrix.os == 'macos-latest'
4141 with :
42- name : nuget-package
42+ name : ${{ steps.dotnet-pack.outputs.nupkg-filename }}
4343 path : ${{ steps.dotnet-pack.outputs.nupkg-filename }}
4444 publish :
4545 runs-on : macos-latest
5050 - name : Download NuGet package artifact
5151 uses : actions/download-artifact@v2
5252 with :
53- name : nuget-package
53+ name : ${{ steps.dotnet-pack.outputs.nupkg-filename }}
5454 - name : Add GitHub package registry source
5555 run : dotnet nuget add source https://nuget.pkg.github.com/${{ github.repository_owner }}/index.json --name github --username ${{ github.repository_owner }} --password ${{ github.token }} --store-password-in-clear-text
5656 - name : Publish NuGet package on nuget.org
You can’t perform that action at this time.
0 commit comments