Skip to content

Commit

Permalink
fix ci build
Browse files Browse the repository at this point in the history
  • Loading branch information
viperML committed Jul 7, 2024
1 parent bf7a688 commit 2b25c6a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ DIST="$(realpath "${1:-$PWD/dist}")"
mkdir -p "$DIST"

pushd ./result/TTF
zip "$DIST/iosevka-ttf.zip" ./*.ttf
zip -9 -r "$DIST/iosevka-ttf.zip" ./.
popd

pushd ./result
zip "$DIST/iosevka.zip" ./*
zip -9 -r "$DIST/iosevka.zip" ./.
popd

0 comments on commit 2b25c6a

Please sign in to comment.