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 @@ -53,13 +53,13 @@ jobs:
5353 thresholds : ' 60 80'
5454
5555 - name : Publish the package to nuget.org
56- run : dotnet nuget push MinimalXmlReader/bin/Release/MinimalXmlReader. *.nupkg -k ${{ secrets.NUGET_API_KEY }} -s https://api.nuget.org/v3/index.json --skip-duplicate
56+ run : dotnet nuget push MinimalXmlReader/bin/Release/*.nupkg -k ${{ secrets.NUGET_API_KEY }} -s https://api.nuget.org/v3/index.json --skip-duplicate
5757
5858 - name : Publish the package to github.com
59- run : dotnet nuget push MinimalXmlReader/bin/Release/MinimalXmlReader. *.nupkg -k ${{ secrets.GITHUB_TOKEN }} -s https://nuget.pkg.github.com/bigbang1112/index.json
59+ run : dotnet nuget push MinimalXmlReader/bin/Release/*.nupkg -k ${{ secrets.GITHUB_TOKEN }} -s https://nuget.pkg.github.com/bigbang1112/index.json
6060
6161 - name : Upload the package to this release
62- run : gh release upload ${{ github.ref_name }} MinimalXmlReader/bin/Release/MinimalXmlReader. *.nupkg
62+ run : gh release upload ${{ github.ref_name }} MinimalXmlReader/bin/Release/*.nupkg
6363
6464 - name : Set release information
6565 run : gh release edit ${{ github.ref_name }} -n "$(echo -e '${{ github.event.release.body }}\n\nAssets were automatically generated using the [publish workflow](https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}).')"
You can’t perform that action at this time.
0 commit comments