From 83d09d2c3acb2f670d997b2356956faec3990511 Mon Sep 17 00:00:00 2001 From: LuchianMihai Date: Thu, 8 Aug 2024 11:24:56 +0300 Subject: [PATCH] Update resume.yml --- .github/workflows/resume.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/resume.yml b/.github/workflows/resume.yml index 082cdf2..3afb5c9 100644 --- a/.github/workflows/resume.yml +++ b/.github/workflows/resume.yml @@ -1,4 +1,4 @@ -name: Makefile CI +name: Resume CI on: push: @@ -11,13 +11,13 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Build PDF - run: pdflatex -interaction=nonstopmode resume.tex + run: pdflatex -interaction=nonstopmode -jobname=luchian-mihai-cv-tex resume.tex - name: Upload PDF - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: - name: resume.pdf - path: ./resume.pdf + name: cv-tex + path: ./luchian-mihai-cv-tex.pdf