use upload artifact action
All checks were successful
Build Resume / build (push) Successful in 13s

This commit is contained in:
Jean-Michel Tremblay 2026-04-19 15:29:39 -04:00
parent 9471e93a11
commit f121d24e62

View file

@ -14,4 +14,7 @@ jobs:
run: docker run --rm -w /doc -v $PWD:/doc thomasweise/docker-texlive-full make run: docker run --rm -w /doc -v $PWD:/doc thomasweise/docker-texlive-full make
- name: Upload PDF - name: Upload PDF
run: cp examples/resume_jm_tremblay*.pdf ${{ github.workspace }}/artifacts/ uses: actions/upload-artifact@v3
with:
name: resume
path: examples/resume_jm_tremblay*.pdf