commit 6a64a639e9c88f717ee24c15fa73482500221a15 parent 09e0fc15228880fcc594f1663cdeb4780c774b3e Author: Minerva_juppiter <94231606+minerva-jupiter@users.noreply.github.com> Date: Fri, 15 Aug 2025 18:17:49 +0900 Update ReleaseBuild.yaml Diffstat:
| M | .github/workflows/ReleaseBuild.yaml | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/ReleaseBuild.yaml b/.github/workflows/ReleaseBuild.yaml @@ -10,10 +10,10 @@ jobs: name: PushBuild runs-on: ubuntu-latest steps: - - 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 . - 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 . - 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