From e724fd14cc7934cfd0239af4a11fc2791e6a01be Mon Sep 17 00:00:00 2001 From: alexander Date: Sun, 25 Jan 2026 23:11:08 +0100 Subject: [PATCH] Change names --- .gitea/workflows/build-script.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitea/workflows/build-script.yaml b/.gitea/workflows/build-script.yaml index d2d4e7a..87238fa 100644 --- a/.gitea/workflows/build-script.yaml +++ b/.gitea/workflows/build-script.yaml @@ -29,19 +29,19 @@ 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/sem1-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/sem1-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/sem1-Lineare-algebra.pdf" - name: Compile Digtaltechnik continue-on-error: true - run: typst compile --root src src/cheatsheets/Digitaltechnik.typ "build/Digitaltechnik.pdf" + run: typst compile --root src src/cheatsheets/Digitaltechnik.typ "build/sem1-Digitaltechnik.pdf" - name: Create Gitea Release continue-on-error: true