1

Correct artifact filename in latex workflow

This commit is contained in:
2023-11-22 11:44:27 +01:00
parent 92c937badd
commit 41e4a0b080

View File

@ -13,7 +13,7 @@ jobs:
- name: Build LaTeX document
run: docker run --rm --volumes-from ${{ env.JOB_CONTAINER_NAME }} --workdir ${{ github.workspace }} gitea.vps.chriphost.de/christoph/docker-texlive:latest latexmk -shell-escape -pdf <MAIN-FILE>.tex
- name: Rename artifact
run: mv <FILE-NAME> <ARTIFACT-NAME>
run: mv <MAIN-FILE>.pdf <ARTIFACT-NAME>.pdf
- name: Upload artifact
uses: actions/upload-artifact@v3
with: