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 f3cf128 commit 272a172
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr-build-validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,8 @@ jobs:
run: |
wget https://github.com/ryanoasis/nerd-fonts/releases/latest/download/FontPatcher.zip
unzip FontPatcher.zip -d FontPatcher/
fontforge --script FontPatcher/font-patcher --version
fontforge --script FontPatcher/font-patcher -c --careful iosevka/dist/IosevkaZan/TTF/ -out iosevka/dist/IosevkaZan/NF/
fontforge --script `pwd`/FontPatcher/font-patcher --version
fontforge --script `pwd`/FontPatcher/font-patcher -c --careful iosevka/dist/IosevkaZan/TTF/ -out iosevka/dist/IosevkaZan/NF/
zip -r IosevkaZanNF.zip iosevka/dist/IosevkaZan/NF/
- name: Release
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 272a172

Please sign in to comment.