mirror of
https://github.com/ryanoasis/nerd-fonts.git
synced 2025-04-11 11:19:25 +02:00
Fix: Merge pull request #1179
[why] The font-patcher check workflow fails because the font used for testing is gone (replaced by differently named one). [how] Correct file names. Signed-off-by: Fini Jastrow <ulf.fini.jastrow@desy.de>
This commit is contained in:
parent
4642ab095c
commit
efe57c44fd
4
.github/workflows/font-patcher.yml
vendored
4
.github/workflows/font-patcher.yml
vendored
@ -116,12 +116,12 @@ jobs:
|
||||
- name: Patcher OTF, Bold variant, and RFN compliance
|
||||
run: |
|
||||
mkdir -p $GITHUB_WORKSPACE/temp/
|
||||
fontforge --script ./font-patcher src/unpatched-fonts/CascadiaCode/Bold/CascadiaCode-Bold.otf \
|
||||
fontforge --script ./font-patcher src/unpatched-fonts/CascadiaCode/Bold/CascadiaCode-Bold-vtt.ttf \
|
||||
--complete --quiet --no-progressbars --outputdir $GITHUB_WORKSPACE/temp/
|
||||
|
||||
- name: Check if patched font generated
|
||||
run: |
|
||||
[ -e "$GITHUB_WORKSPACE/temp/CaskaydiaCoveNerdFont-Bold.otf" ] && echo "File exists" || exit 1
|
||||
[ -e "$GITHUB_WORKSPACE/temp/CaskaydiaCoveNerdFont-Bold.ttf" ] && echo "File exists" || exit 1
|
||||
|
||||
- name: Check if font with references is patched
|
||||
# (patch result not checked)
|
||||
|
Loading…
x
Reference in New Issue
Block a user