Skip to content

Commit

Permalink
CI Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mbwilding committed Apr 25, 2024
1 parent 4a646cd commit 155569c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,9 @@ jobs:
echo "version=${NEW_VERSION}" >> ${GITHUB_OUTPUT}
- name: Generate Font
run: |
fontforge -lang=ff -c "Open(\"${FONT_NAME}.sfd\"); Generate(\"${FONT_NAME.ttf}\")"
input="${FONT_NAME}.sfd"
output="${FONT_NAME}.ttf"
fontforge -lang=ff -c "Open(\"${input}\"); Generate(\"${output}\")"
- name: Generate Nerd Font
run: |
wget https://github.com/ryanoasis/nerd-fonts/raw/master/FontPatcher.zip
Expand Down

0 comments on commit 155569c

Please sign in to comment.