commit 0a85368cd7f942c1fb5a6fe1e07d9b87f3c15580 parent 1f26169df9c48be5bf97a1a7ac3b73552959adb9 Author: Minerva_juppiter <94231606+minerva-jupiter@users.noreply.github.com> Date: Fri, 15 Aug 2025 18:08:42 +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 @@ -11,7 +11,7 @@ jobs: 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 + 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: compile typst with docker