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 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments