Skip to content

feat: add missing glyphs $ % | ¦ < > ¡ ¿ (#22) #4

feat: add missing glyphs $ % | ¦ < > ¡ ¿ (#22)

feat: add missing glyphs $ % | ¦ < > ¡ ¿ (#22) #4

Workflow file for this run

name: Create a new GitHub release with the files
on:
push:
tags: ['*']
workflow_dispatch:
jobs:
release:
runs-on: ubuntu-latest
permissions:
contents: write
pull-requests: write
repository-projects: write
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Create a ZIP archive from the fonts directory
run: zip -r fonts.zip fonts
- name: Create new release and upload fonts.zip
uses: ncipollo/release-action@v1
with:
artifacts: 'fonts.zip'
generateReleaseNotes: true