File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ jobs:
101101
102102 - name : Push to NuGet
103103 run : |
104- for pkg in nupkgs/*.nupkg; do
104+ for pkg in artifacts/*.nupkg nupkgs/*.nupkg; do
105105 dotnet nuget push "$pkg" \
106106 --api-key ${{ secrets.NUGET_API_KEY }} \
107107 --source https://api.nuget.org/v3/index.json \
Original file line number Diff line number Diff line change 1- < img src = " https://madewithlove.now.sh/af?text=Happy+Hackking+Space " alt = " Made with love in Happy Hackking Space " >
1+ ![ Made with love in Happy Hacking Space ] ( https://madewithlove.now.sh/af?text=Happy+Hackking+Space )
22
33# funURL
44
@@ -136,4 +136,4 @@ Hack! don't forget to follow [CONTRIBUTING](./CONTRIBUTING)
136136
137137---
138138
139- < img src = " img/hhs.svg " alt = " Made with love in Happy Hackking Space " >
139+ ![ Happy Hacking Space ] ( img/hhs.svg )
You can’t perform that action at this time.
0 commit comments