From e25ec96e5d376c5d9d0ee3fb0a650414c37c7908 Mon Sep 17 00:00:00 2001 From: Mark Pizzolato Date: Sat, 3 Dec 2022 17:06:08 -1000 Subject: [PATCH] github: Trying syntax for quoted cmd argument --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3502689d..75ad5b86 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -59,7 +59,7 @@ jobs: - name: vs2022-xp build and save XP runnable binaries in a Zip file shell: cmd - run: "Visual Studio Projects\build_simulators.cmd" + run: ""Visual Studio Projects\build_simulators.cmd"" - uses: actions/upload-artifact@v3 with: