From f801568caac01a46dd8e93487305445dbae89ad3 Mon Sep 17 00:00:00 2001 From: Nicolas Kruse Date: Mon, 9 Jun 2025 20:29:14 +0200 Subject: [PATCH] Update ci.yml overwrite robocops exit code --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6869909..180e1fe 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -114,8 +114,8 @@ jobs: - name: Copy and check directory structure of MiKTeX installation run: | - robocopy miktex-portable miktex-run /E - dir ".\miktex-run\texmfs\install\miktex\bin\x64\*" + robocopy miktex-portable miktex-run /E /NFL + if ($LASTEXITCODE -ge 8) { exit $LASTEXITCODE } - name: Add miktex to PATH run: |