Skip to content

Export v0.75 with Glyphs 3219 #14

Export v0.75 with Glyphs 3219

Export v0.75 with Glyphs 3219 #14

Workflow file for this run

name: Release Sudo
on:
push:
tags:
- "v*.*"
- "v*.*.*"
jobs:
Release:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Install WOFF Support
run: sudo apt install -y woff2 woff-tools
- name: Build
run: make sudo dist/sudo.zip
- name: Generate Changelog
run: sed -n '/${{github.ref_name}}/,/^$/p' sudo/FONTLOG.txt | sed '1d; $d' > Release_Notes.txt
- name: Release
uses: softprops/[email protected]
with:
body_path: Release_Notes.txt
files: dist/sudo.zip