Skip to content

Commit

Permalink
Fix Github release artifact uploader to match build changes
Browse files Browse the repository at this point in the history
  • Loading branch information
alerque committed Jun 20, 2020
1 parent 1386290 commit 0cfa310
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,12 @@ jobs:
fetch-depth: 0
- name: Fetch Tags
run: git fetch --prune --tags
- name: Setup system dependencies
run: sudo apt-get install sfnt2woff-zopfli ttfautohint zsh
- name: Setup Python
uses: actions/setup-python@v2
- name: Setup Python dependencies
run: pip install -r requirements.txt
- name: Build Source
run: |
./bootstrap.sh
Expand Down

0 comments on commit 0cfa310

Please sign in to comment.