From a1ec9b31fcbfde8cdde8b2b2c609a243f1cc3943 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1t=C3=A9=20Cser=C3=A9p?= Date: Sat, 30 Apr 2022 14:16:03 +0200 Subject: [PATCH] Update CI to CTAN compatible filenames. --- .github/workflows/ci.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 713a80d..a714231 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,18 +14,18 @@ jobs: uses: xu-cheng/latex-action@v2 with: root_file: | - thesis_hu.tex - thesis_en.tex - minted-integration.tex + elteikthesis_hu.tex + elteikthesis_en.tex + elteikthesis_minted.tex latexmk_shell_escape: true - if: ${{ matrix.engine == 'lualatex' }} name: Compile LaTeX document uses: xu-cheng/latex-action@v2 with: root_file: | - thesis_hu.tex - thesis_en.tex - minted-integration.tex + elteikthesis_hu.tex + elteikthesis_en.tex + elteikthesis_minted.tex latexmk_shell_escape: true latexmk_use_lualatex: true - name: Upload the compiled pdf @@ -33,7 +33,7 @@ jobs: with: name: thesis-${{ matrix.engine }} path: | - thesis_hu.pdf - thesis_en.pdf - minted-integration.pdf + elteikthesis_hu.pdf + elteikthesis_en.pdf + elteikthesis_minted.pdf if-no-files-found: error