From 62cea34ab9e64c1f13b1c5533d4c77c7826827b0 Mon Sep 17 00:00:00 2001 From: Johnny Cena Date: Tue, 19 Aug 2025 22:07:10 +0200 Subject: [PATCH] debug list the contents of the repository --- .github/workflows/update_examples.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/update_examples.yml b/.github/workflows/update_examples.yml index dde628de0..e6357298e 100644 --- a/.github/workflows/update_examples.yml +++ b/.github/workflows/update_examples.yml @@ -41,6 +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 }}" cd tools/rexm/VS2022 msbuild.exe rexm.sln /target:rexm /property:Configuration=Release /property:Platform=x64 cd ../../..