From 846855fec059d0b1685a260e5fc059d8a7eeda83 Mon Sep 17 00:00:00 2001 From: LogCreative Date: Thu, 30 Mar 2023 02:10:18 +0800 Subject: [PATCH] ci: fix release script (#41) --- .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 7f328cfd..dbfad7b6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -17,7 +17,7 @@ jobs: - uses: xu-cheng/texlive-action/full@v1 with: run: | - apk add zip diffutils + apk add zip diffutils font-noto-cjk cd sjtutex && l3build ctan name: build package - uses: actions/create-release@latest