Skip to content

Commit

Permalink
Update build-and-nf-patch.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
elu00 committed Feb 10, 2024
1 parent 673f29c commit 7406902
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-nf-patch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
cache: 'npm'
- run: sudo apt install -y ttfautohint
- run: npm ci
- run: npm run build -- ttf::Iosev04
- run: npm run build -- ttf::IosevkaTermSs04
- name: Upload original
uses: actions/upload-artifact@v4.0.0
with:
Expand All @@ -40,7 +40,7 @@ jobs:
run: sudo apt install -y fontforge
- run: git clone --depth=1 https://github.com/ryanoasis/nerd-fonts.git
- run: mv dist nerd-fonts/src/unpatched-fonts
- run: nerd-fonts/bin/scripts/gotta-patch-em-all-font-patcher\!.sh /dist/Iosev04/TTF
- run: nerd-fonts/bin/scripts/gotta-patch-em-all-font-patcher\!.sh /dist/IosevkaTermSs04/TTF
- name: Upload a Build Artifact
uses: actions/upload-artifact@v4.0.0
with:
Expand Down

0 comments on commit 7406902

Please sign in to comment.