From 2de5b49f3169174377f8d30243ad23d81278f255 Mon Sep 17 00:00:00 2001 From: Christophe Prud'homme Date: Wed, 17 Jul 2024 08:21:34 +0200 Subject: [PATCH] minor changes #1 --- .github/workflows/latex.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/latex.yml b/.github/workflows/latex.yml index 02731933..c31ebcec 100644 --- a/.github/workflows/latex.yml +++ b/.github/workflows/latex.yml @@ -31,7 +31,7 @@ jobs: uses: actions/upload-artifact@v4 with: # get the name of the repo without the organisation - name: pdf-${{ steps.repo_name.outputs.prefix }} + name: PDF path: main.pdf download: @@ -43,7 +43,8 @@ jobs: - name: Download PDF uses: actions/download-artifact@v4 with: - name: pdf-${{ needs.build_latex.outputs.prefix }} + name: PDF + path: . - name: Rename to add version run: | ls -lrt