From 4284dad5165dc2ce219dc0c5011461257fb93688 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maximilian=20Ke=C3=9Fler?= Date: Sat, 14 Oct 2023 15:17:06 +0200 Subject: [PATCH] upload an artifact --- .gitea/workflows/demo.yaml | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/.gitea/workflows/demo.yaml b/.gitea/workflows/demo.yaml index b55894c..4746508 100644 --- a/.gitea/workflows/demo.yaml +++ b/.gitea/workflows/demo.yaml @@ -8,9 +8,8 @@ jobs: steps: - name: check out repo uses: actions/checkout@v3 - compile: - container: - image: aergus/latex - steps: - - name: Set up Git repository - run: latexmk main.tex + - name: upload + uses: actions/upload-artifact@v3 + with: + name: artifact.tex + path: main.tex