Skip to content

Commit 2e3c665

Browse files
committed
ci: remove iconset directory creation step from CI workflow
1 parent a5b8ff6 commit 2e3c665

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -159,9 +159,6 @@ jobs:
159159
run: |
160160
brew install imagemagick
161161
162-
# Create iconset directory
163-
mkdir icon.iconset
164-
165162
# Convert SVG to PNG in different sizes
166163
convert -background none -resize 16x16 assets/icon.svg icon.iconset/icon_16x16.png
167164
convert -background none -resize 32x32 assets/icon.svg icon.iconset/[email protected]

0 commit comments

Comments
 (0)