From 94ca7909f35dfe6b13a00d34b92c5e5b4efb5fcd Mon Sep 17 00:00:00 2001 From: Michael Chris Lopez Date: Fri, 30 Aug 2024 20:26:18 +0200 Subject: [PATCH] fix WOFF2-Unhinted zip --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index cb50427..ccfffdb 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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