From 7a6dfffc8725a2f5535f51eeada15d3838c8ffe9 Mon Sep 17 00:00:00 2001 From: Matthias Heisig Date: Tue, 3 Jun 2025 10:49:31 +0200 Subject: [PATCH] Test new format --- .gitea/workflows/build_pdf.yaml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.gitea/workflows/build_pdf.yaml b/.gitea/workflows/build_pdf.yaml index 682b6c8..6c351cd 100644 --- a/.gitea/workflows/build_pdf.yaml +++ b/.gitea/workflows/build_pdf.yaml @@ -14,10 +14,8 @@ jobs: - run: pdflatex fat.tex - run: echo "Starting second LaTeX build" - run: pdflatex fat.tex - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v3 with: - name: fat.pdf + name: fat path: fat.pdf - overwrite: true - if-no-files-found: error - run: echo "This job's status is ${{ job.status }}." \ No newline at end of file