From e1764183c7d38a1d7a18a8b2ab4b3be7c948a508 Mon Sep 17 00:00:00 2001 From: Joel Maximilian Mai Date: Sun, 31 Dec 2023 19:09:16 +0100 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 7d5c8e3..601af84 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -19,10 +19,7 @@ jobs: uses: antaljanosbenjamin/compile-latex@v1.0.0 with: file: mai-joel_maximilian-curriculum_vitae.tex - # The directory for output files, relative to the root of the repository. output-directory: downloads/ - - - name: Rename and Move PDF - run: | - mv mai-joel_maximilian-curriculum_vitae.pdf downloads/ + args: -pdf + - run: '(test -f mai-joel_maximilian-curriculum_vitae.pdf && echo PDF exists) || (echo PDF does not exist && exit 1)'