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 39
39
uses : actions/upload-artifact@v2
40
40
if : matrix.os == 'macos-latest'
41
41
with :
42
- name : nuget-package
42
+ name : ${{ steps.dotnet-pack.outputs.nupkg-filename }}
43
43
path : ${{ steps.dotnet-pack.outputs.nupkg-filename }}
44
44
publish :
45
45
runs-on : macos-latest
50
50
- name : Download NuGet package artifact
51
51
uses : actions/download-artifact@v2
52
52
with :
53
- name : nuget-package
53
+ name : ${{ steps.dotnet-pack.outputs.nupkg-filename }}
54
54
- name : Add GitHub package registry source
55
55
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
56
56
- name : Publish NuGet package on nuget.org
You can’t perform that action at this time.
0 commit comments