File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 85
85
regex : false
86
86
87
87
- 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
93
91
94
92
- name : Build and pack
95
93
run : dotnet pack dotMap/dotMap.csproj -c Release
Original file line number Diff line number Diff line change 3
3
[ ![ NuGet] ( https://img.shields.io/nuget/v/dotMap )] ( https://www.nuget.org/packages/dotMap )
4
4
[ ![ License] ( https://img.shields.io/badge/LICENSE-MPL_2.0-green )] ( LICENSE )
5
5
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 )
7
7
8
8
# dotMap for .NET
9
9
You can’t perform that action at this time.
0 commit comments