From 57f3dcabb7e8008835a1c1675206db2bda8beac4 Mon Sep 17 00:00:00 2001 From: Conrad Vermeulen Date: Mon, 27 May 2024 11:06:07 +0200 Subject: [PATCH] Update delphi-package.yml --- .github/workflows/delphi-package.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/delphi-package.yml b/.github/workflows/delphi-package.yml index f56ff31..01965d2 100644 --- a/.github/workflows/delphi-package.yml +++ b/.github/workflows/delphi-package.yml @@ -15,11 +15,11 @@ jobs: shell: cmd id: build_win32_debug run: | - call scripts\bootstrap.bat Debug Win32 + call "scripts\bootstrap.bat" Debug Win32 - name: build win32 release id: build_win32_release shell: cmd run: | - call scripts\bootstrap.bat Release Win32 + call "scripts\bootstrap.bat" Release Win32