From 042300ed1f68918cc18b564902d3c73c0a3d06c3 Mon Sep 17 00:00:00 2001 From: alexander Date: Tue, 20 Jan 2026 01:21:52 +0100 Subject: [PATCH] Change Output names --- .gitea/workflows/build-script.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/build-script.yaml b/.gitea/workflows/build-script.yaml index c7d97ae..53bd9fc 100644 --- a/.gitea/workflows/build-script.yaml +++ b/.gitea/workflows/build-script.yaml @@ -29,15 +29,15 @@ jobs: - name: Compile Analysis1 continue-on-error: true - run: typst compile --root src src/cheatsheets/Analysis1.typ build/Analysis1.pdf + run: typst compile --root src src/cheatsheets/Analysis1.typ "build/Analysis 1.pdf" - name: Compile Schaltungstheorie continue-on-error: true - run: typst compile --root src src/cheatsheets/Schaltungstheorie.typ build/Schaltungstheorie.pdf + run: typst compile --root src src/cheatsheets/Schaltungstheorie.typ "build/Schaltungstheorie.pdf" - name: Compile LinAlg continue-on-error: true - run: typst compile --root src src/cheatsheets/LinearAlgebra.typ build/LinearAlgebra.pdf + run: typst compile --root src src/cheatsheets/LinearAlgebra.typ "build/Linear Algebra.pdf" - name: Create Gitea Release continue-on-error: true