diff --git a/.gitea/workflows/build-script.yaml b/.gitea/workflows/build-script.yaml index 95e736f..d2d4e7a 100644 --- a/.gitea/workflows/build-script.yaml +++ b/.gitea/workflows/build-script.yaml @@ -41,7 +41,7 @@ jobs: - name: Compile Digtaltechnik continue-on-error: true - run: typst compile --root src src/cheatsheets/Digitaltechnik.typ "build/Digitaltechnik.typ" + run: typst compile --root src src/cheatsheets/Digitaltechnik.typ "build/Digitaltechnik.pdf" - name: Create Gitea Release continue-on-error: true