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:
Fini Jastrow 2023-04-27 18:44:48 +02:00 committed by Fini
parent 4642ab095c
commit efe57c44fd

View file

@ -116,12 +116,12 @@ jobs:
- name: Patcher OTF, Bold variant, and RFN compliance - name: Patcher OTF, Bold variant, and RFN compliance
run: | run: |
mkdir -p $GITHUB_WORKSPACE/temp/ 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/ --complete --quiet --no-progressbars --outputdir $GITHUB_WORKSPACE/temp/
- name: Check if patched font generated - name: Check if patched font generated
run: | 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 - name: Check if font with references is patched
# (patch result not checked) # (patch result not checked)