浏览代码

no extra slash

pull/5130/head
Johnny Cena 1 个月前
父节点
当前提交
c97f7f626a
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      .github/workflows/update_examples.yml

+ 1
- 1
.github/workflows/update_examples.yml 查看文件

@ -43,7 +43,7 @@ jobs:
cd ../tools/rexm/
clang rexm.c -lraylib -lc -lm -o rexm
export REXM_EXAMPLES_BASE_PATH="${{ github.workspace }}/examples"
export REXM_EXAMPLES_WEB_PATH="${{ github.workspace }}/raylib/.com/examples"
export REXM_EXAMPLES_WEB_PATH="${{ github.workspace }}/raylib.com/examples"
export REXM_EXAMPLES_TEMPLATE_FILE_PATH="${{ github.workspace }}/examples/examples_template.c"
export REXM_EXAMPLES_TEMPLATE_SCREENSHOT_PATH="${{ github.workspace }}/examples/examples_template.png"
export REXM_EXAMPLES_COLLECTION_FILE_PATH="${{ github.workspace }}/examples/examples_list.txt"

正在加载...
取消
保存