Skip to content

Commit

Permalink
Update pr-build-validation.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AgatZan authored Nov 11, 2024
1 parent dd9c4fe commit dd3e7bb
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/pr-build-validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,11 @@ jobs:
unzip FontPatcher.zip -d FontPatcher/
fontforge --script `pwd`/FontPatcher/font-patcher --version
mkdir iosevka/dist/IosevkaZan/NF/
fontforge --script `pwd`/FontPatcher/font-patcher -c --careful `pwd`/iosevka/dist/IosevkaZan/TTF/*.ttf -out `pwd`/iosevka/dist/IosevkaZan/NF
for file in `pwd`/iosevka/dist/IosevkaZan/TTF/*.ttf
do
fontforge --script `pwd`/FontPatcher/font-patcher -c --careful file -out `pwd`/iosevka/dist/IosevkaZan/NF
done
zip -r IosevkaZanNF.zip iosevka/dist/IosevkaZan/NF/
- name: Release
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit dd3e7bb

Please sign in to comment.