浏览代码

Update update_examples.yml

Ray 2 周之前
父节点
当前提交
f60333d9b2
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      .github/workflows/update_examples.yml

+ 2 - 1
.github/workflows/update_examples.yml

@@ -49,7 +49,8 @@ jobs:
         set EMSDK_PATH=${{ github.workspace }}/emsdk-cache/emsdk-main
         dir
         rexm.exe build core_basic_window
-        cd ../..
+        cd ${{ github.workspace }}\..
+        dir
       shell: cmd
   
     - name: Commit changes to raylib repo