Skip to content

Commit

Permalink
Fix release workflow (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
khipp authored Mar 11, 2024
1 parent c5d6ab6 commit ce84367
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ jobs:
uses: actions/checkout@v4
- name: Generate Changelog
run: sed -n '/${{github.ref_name}}/,/^$/p' sudo/FONTLOG.txt | sed '1d; $d' > Release_Notes.txt
- name: Install WOFF Support
run: sudo apt install -y woff2 woff-tools
- name: Install Debian Packaging Support
run: sudo apt update && sudo apt -y install devscripts debhelper-compat
- name: Build Debian Package
run: scripts/prepare-deb.sh
- name: Install WOFF Support
run: sudo apt install -y woff2 woff-tools
- name: Build
run: make dist
- name: Release
Expand Down

0 comments on commit ce84367

Please sign in to comment.