Skip to content

Commit

Permalink
fix WOFF2-Unhinted zip
Browse files Browse the repository at this point in the history
  • Loading branch information
mcchrish committed Aug 30, 2024
1 parent 2849fb3 commit 94ca790
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
zip -r ${{ matrix.typeface }}-TTF.zip TTF
zip -r ${{ matrix.typeface }}-TTF-Unhinted.zip TTF-Unhinted
zip -r ${{ matrix.typeface }}-WOFF2.zip WOFF2 ${{ matrix.typeface }}.css
zip -r ${{ matrix.typeface }}-WOFF2-Unhinted.zip WOFF2 ${{ matrix.typeface }}-Unhinted.css
zip -r ${{ matrix.typeface }}-WOFF2-Unhinted.zip WOFF2-Unhinted ${{ matrix.typeface }}-Unhinted.css
- name: Upload zip file
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 94ca790

Please sign in to comment.