瀏覽代碼

dir/s instead of ls

pull/5129/head
Johnny Cena 1 月之前
父節點
當前提交
05807a052f
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      .github/workflows/update_examples.yml

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

Loading…
取消
儲存