Fix typo for script name.

This commit is contained in:
Kavin 2023-01-02 22:06:51 +00:00 committed by GitHub
parent 10bd1b482f
commit 1477eef811
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ jobs:
with:
cache: "yarn"
- run: yarn install --prefer-offline
- run: yarn build --out-dir dist-ci && ./localize-fonts.sh
- run: yarn build --out-dir dist-ci && ./localizefonts.sh
- name: Set up QEMU
uses: docker/setup-qemu-action@v2
with: