Skip to content

Commit 358fe83

Browse files
authored
Correct svg icon in readme
1 parent 49dc8fb commit 358fe83

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -85,11 +85,9 @@ jobs:
8585
regex: false
8686

8787
- name: Convert svg icon to png for the nuget
88-
uses: joseaeltala/convert-svg-to-png/@master
89-
with:
90-
file: "docs/images/logo.svg"
91-
path: "docs/images"
92-
name: "logo.png"
88+
run: |
89+
sudo apt install librsvg2-bin
90+
rsvg-convert -o ${{github.workspace}}/docs/images/logo.png ${{github.workspace}}/docs/images/logo.svg
9391
9492
- name: Build and pack
9593
run: dotnet pack dotMap/dotMap.csproj -c Release

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[![NuGet](https://img.shields.io/nuget/v/dotMap)](https://www.nuget.org/packages/dotMap)
44
[![License](https://img.shields.io/badge/LICENSE-MPL_2.0-green)](LICENSE)
55

6-
![Logo](https://media.githubusercontent.com/media/devexperts/dotMap/refs/heads/main/docs/images/logo.svg)
6+
![Logo](https://raw.githubusercontent.com/devexperts/dotMap/refs/heads/main/docs/images/logo.svg)
77

88
# dotMap for .NET
99

0 commit comments

Comments
 (0)