Skip to content

Commit

Permalink
Fix the location of WOFF2 generation script
Browse files Browse the repository at this point in the history
  • Loading branch information
naiyerasif authored Mar 26, 2022
1 parent e02c9ca commit 7c4d534
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-fonts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: Build fonts
run: |
gftools builder sources/config.yaml
python scripts/generate-variable-webfonts.py
python scripts/generate_variable_webfonts.py
- name: Upload Fonts
uses: actions/upload-artifact@v2
with:
Expand Down

0 comments on commit 7c4d534

Please sign in to comment.