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 5050 - name : " Publish Artifacts"
5151 uses : actions/upload-artifact@v3.1.0
5252 with :
53- name : ${{matrix.os}}
53+ name : NuGets
5454 path : " ./Artifacts"
5555
5656 push-github-packages :
6767 - name : " Download Artifact"
6868 uses : actions/download-artifact@v3.0.0
6969 with :
70- name : " windows-latest "
70+ name : NuGets
7171 - name : " Dotnet NuGet Add Source"
7272 run : dotnet nuget add source https://nuget.pkg.github.com/ElanHasson/index.json --name GitHub --username ElanHasson --password ${{secrets.GH_TOKEN}}
7373 shell : pwsh
8787 - name : " Download Artifact"
8888 uses : actions/download-artifact@v3.0.0
8989 with :
90- name : " windows-latest "
90+ name : NuGets
9191 - name : " Dotnet NuGet Push"
9292 run : |
9393 Get-ChildItem .\ -Filter *.nupkg |
You can’t perform that action at this time.
0 commit comments