commit fa3d19b6f0b6f7d6e52272e9cd45d9d51d781bc3 parent 95b3617d8d8d31d89e847aa73fd5fe688ee7f837 Author: Minerva_juppiter <94231606+minerva-jupiter@users.noreply.github.com> Date: Wed, 10 Dec 2025 12:38:05 +0900 Update ReleaseBuild.yaml Diffstat:
| M | .github/workflows/ReleaseBuild.yaml | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/ReleaseBuild.yaml b/.github/workflows/ReleaseBuild.yaml @@ -13,7 +13,7 @@ jobs: - name: Set up Git repo uses: actions/checkout@v2 - name: Download fonts to ./fonts - run: mkdir fonts && cd fonts && curl -L -o NotoSansJP-Regular.otf https://github.com/googlefonts/noto-cjk/raw/main/Sans/OTF/Japanese/NotoSansCJKjp-Regular.otf && cd .. && tree . + run: mkdir fonts && cd fonts && curl -L -o NotoSansJP-Regular.otf https://github.com/googlefonts/noto-cjk/raw/main/Sans/OTF/Japanese/NotoSansCJKjp-Regular.otf && curl -L -o https://github.com/notofonts/noto-cjk/blob/main/Serif/OTF/Japanese/NotoSerifCJKjp-Regular.otf && cd .. && tree . - name: compile typst with docker run: sudo docker run --rm --volume ./:/home/ ghcr.io/typst/typst:latest compile --font-path /home/fonts /home/test.typ - name: Create Release & upload asset