File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 5454 - name : Publish
5555 if : github.event_name != 'pull_request'
5656 run : dotnet nuget push
57- ${{github.workspace}}/artifacts/packages/*.nupkg
57+ ${{github.workspace}}/artifacts/packages/*.* nupkg
5858 --source "github"
5959 --api-key ${{ secrets.GITHUB_TOKEN }}
6060 --skip-duplicate
Original file line number Diff line number Diff line change 3434 # Append the nuget package to the github release that triggered this workflow
3535 - name : Upload release asset
3636 run : gh release upload ${{ github.event.release.tag_name }}
37- ${{github.workspace}}/artifacts/packages/*.nupkg
37+ ${{github.workspace}}/artifacts/packages/*.* nupkg
3838 env :
3939 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
4040
4444 name : build-artifacts
4545 path : ${{github.workspace}}/artifacts
4646
47- # - name: Publish
48- # run: dotnet nuget push
49- # ${{github.workspace}}/artifacts/packages/*.nupkg
50- # --source https://api.nuget.org/v3/index.json
51- # --api-key ${{ secrets.NUGET_API_KEY }}
52- # --skip-duplicate
47+ - name : Publish
48+ run : dotnet nuget push
49+ ${{github.workspace}}/artifacts/packages/*.* nupkg
50+ --source https://api.nuget.org/v3/index.json
51+ --api-key ${{ secrets.NUGET_API_KEY }}
52+ --skip-duplicate
You can’t perform that action at this time.
0 commit comments