Skip to content

Commit 833a173

Browse files
committed
fix: replace HTML img tags with Markdown syntax for NuGet compatibility
1 parent 69d2803 commit 833a173

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 \

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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)

0 commit comments

Comments
 (0)