From b7198feb9ab043387f6b8c3c64aff678009df0ba Mon Sep 17 00:00:00 2001 From: Nicolas Kruse Date: Mon, 9 Jun 2025 20:41:05 +0200 Subject: [PATCH] Update ci.yml, overwrite exit code 1 with 0 for robocopy --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 180e1fe..084220f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -115,7 +115,7 @@ jobs: - name: Copy and check directory structure of MiKTeX installation run: | robocopy miktex-portable miktex-run /E /NFL - if ($LASTEXITCODE -ge 8) { exit $LASTEXITCODE } + if ($LASTEXITCODE -eq 1) { exit 0 } - name: Add miktex to PATH run: |