Add archive step for release
Some checks failed
Compile PDF / Compile-PDF (push) Failing after 50s

This commit is contained in:
Riccardo Finotello
2025-01-12 16:51:10 +01:00
parent 8e1dcaa7a7
commit 6b64f768ad

View File

@@ -21,9 +21,12 @@ jobs:
with: with:
root_file: cv.tex root_file: cv.tex
latexmk_use_xelatex: true latexmk_use_xelatex: true
- name: List files in the repository
run: |
ls ${{ gitea.workspace }}
- name: Archive artifacs - name: Archive artifacs
uses: actions/upload-artifact@v4 uses: softprops/action-gh-release@v2
with: with:
name: curriculum-vitae files: |
path: cv.pdf cv.pdf
- run: echo "🍏 This job's status is ${{ job.status }}." - run: echo "🍏 This job's status is ${{ job.status }}."