1

Update workflow to fix artifact filename
All checks were successful
Build LaTeX document / build-latex (push) Successful in 26s

This commit is contained in:
2023-11-22 11:41:49 +01:00
parent 02e1be46ec
commit 7220643adf

View File

@ -12,8 +12,10 @@ jobs:
uses: actions/checkout@v4
- 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 thesis.tex
- name: Rename artifact
run: mv thesis.pdf facial-animation-using-inverse-kinematics.pdf
- name: Upload artifact
uses: actions/upload-artifact@v3
with:
name: facial-animation-using-inverse-kinematics.pdf
path: thesis.pdf
path: facial-animation-using-inverse-kinematics.pdf