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 ../../..