From 05807a052f38b3d2c2bf1fc8969227c9d0e5f2df Mon Sep 17 00:00:00 2001 From: Johnny Cena Date: Tue, 19 Aug 2025 22:11:55 +0200 Subject: [PATCH] dir/s instead of ls --- .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 e6357298e..99eca0332 100644 --- a/.github/workflows/update_examples.yml +++ b/.github/workflows/update_examples.yml @@ -41,7 +41,7 @@ jobs: # rexm should update all required files in raylib and even raylib.com repo, # but not sure if it can do that from an Action, maybe it requires manual copy run: | - sh -c "ls -R ${{ github.workspace }}" + dir/s "${{ github.workspace }}" cd tools/rexm/VS2022 msbuild.exe rexm.sln /target:rexm /property:Configuration=Release /property:Platform=x64 cd ../../..