From d31cb2e81f60942e9ee4df41fb83583bb449f8aa Mon Sep 17 00:00:00 2001 From: Christophe Prud'homme Date: Wed, 14 Aug 2024 10:44:09 +0200 Subject: [PATCH] fix path for archive --- .github/workflows/latex.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/latex.yml b/.github/workflows/latex.yml index 314df514..1a7ef851 100644 --- a/.github/workflows/latex.yml +++ b/.github/workflows/latex.yml @@ -119,4 +119,4 @@ jobs: token: ${{ secrets.GITHUB_TOKEN }} files: | artifact/${{ needs.build_latex.outputs.prefixwithref }}.pdf - artifact/${{ needs.build_latex.outputs.prefixwithref }}.tar.gz \ No newline at end of file + ${{ needs.build_latex.outputs.prefixwithref }}.tar.gz \ No newline at end of file