From 5323f49574f214e7ce6937b3019b3e6dc37dee83 Mon Sep 17 00:00:00 2001 From: Jonas_Jones Date: Fri, 20 Jun 2025 22:17:08 +0200 Subject: [PATCH] fixed file extension --- .forgejo/workflows/build-latex.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/build-latex.yml b/.forgejo/workflows/build-latex.yml index 4c9f63f..ae6d815 100644 --- a/.forgejo/workflows/build-latex.yml +++ b/.forgejo/workflows/build-latex.yml @@ -36,7 +36,7 @@ jobs: - name: capture PDF artifact uses: https://code.forgejo.org/forgejo/upload-artifact@v4 with: - name: main-pdf + name: main-pdf.zip path: main.pdf if-no-files-found: error