From cb8b3a58f5a843cc1ce41f7b7cf222f42d5896bf Mon Sep 17 00:00:00 2001 From: Johnny Cena Date: Tue, 19 Aug 2025 22:24:20 +0200 Subject: [PATCH] this should be a forward slash --- .github/workflows/update_examples.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update_examples.yml b/.github/workflows/update_examples.yml index df37cafa1..7c5092517 100644 --- a/.github/workflows/update_examples.yml +++ b/.github/workflows/update_examples.yml @@ -43,7 +43,7 @@ jobs: run: | dir/s "${{ github.workspace }}" cd tools\rexm\VS2022 - msbuild.exe rexm.sln /target:rexm /property:Configuration=Release \property:Platform=x64 + msbuild.exe rexm.sln /target:rexm /property:Configuration=Release /property:Platform=x64 cd ..\..\.. set REXM_EXAMPLES_BASE_PATH="${{ github.workspace }}\examples" set REXM_EXAMPLES_WEB_PATH="${{ github.workspace }}\..\raylib.com\examples"