report

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit 54acc410f256103bd52fb17575da9a4af867d20c
parent fa3d19b6f0b6f7d6e52272e9cd45d9d51d781bc3
Author: Minerva_juppiter <94231606+minerva-jupiter@users.noreply.github.com>
Date:   Wed, 10 Dec 2025 21:06:50 +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 && curl -L -o https://github.com/notofonts/noto-cjk/blob/main/Serif/OTF/Japanese/NotoSerifCJKjp-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 NotoSerifJP-Regular.otf 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