From 05f168a3814c0f3c4205b6ed6da636252846a08f Mon Sep 17 00:00:00 2001 From: Sun Serega Date: Sat, 24 Jun 2023 12:47:07 +0300 Subject: [PATCH] +12 --- .github/workflows/on commit.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/on commit.yaml b/.github/workflows/on commit.yaml index 2d7c7e2d..2f954b5e 100644 --- a/.github/workflows/on commit.yaml +++ b/.github/workflows/on commit.yaml @@ -46,7 +46,9 @@ jobs: Start-Process -FilePath 'D:\PABCNETC\pabcnetcclear.exe' -ArgumentList '"PackAll.pas"' -Wait -NoNewWindow Start-Process -FilePath 'PackAll.exe' -ArgumentList '"Stages= FirstPack + Reference + Dummy + OpenCL+OpenCLABC + OpenGL+OpenGLABC + Compile + Test + Release" "PasCompPath=D:\PABCNETC\pabcnetcclear.exe"' -Wait -NoNewWindow - if ($?) Exit /b $? + if ($?) { + Exit /b $? + } - name: Check for changes run: |