From aee357b15f0415fb95d1bea333bdf8226053e206 Mon Sep 17 00:00:00 2001 From: Mark Pizzolato Date: Sat, 3 Dec 2022 17:53:23 -1000 Subject: [PATCH] github: Trying different 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 75ad5b86..4f7f7671 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: