From 54f02ae8ea983ce6300749e33033aca7c5041c53 Mon Sep 17 00:00:00 2001 From: Philipp Horstenkamp Date: Tue, 7 Nov 2023 02:58:25 +0100 Subject: [PATCH] Added a ls command for testing. --- .gitea/workflows/test-build.yaml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/test-build.yaml b/.gitea/workflows/test-build.yaml index f5b29ed..7869ff0 100644 --- a/.gitea/workflows/test-build.yaml +++ b/.gitea/workflows/test-build.yaml @@ -14,7 +14,10 @@ jobs: - name: Checkout uses: actions/checkout@v3 - run: pdflatex pal-vorstellung.tex - - run: ls -la + - run: | + ls -la + mkdir artifacts + cp *.pdf artifacts/ - uses: actions/upload-artifact@v3 with: - path: pal-vorstellung.pdf + path: artifacts/