- 将 .gitea/workflows/build_tool.yaml 重命名为 .gitea/workflows/build.yaml - 更新工作流中的作业名称从 build-tool 到 build - 保持相同的触发条件和运行环境配置
This commit is contained in:
@@ -2,7 +2,7 @@ name: 构建上传工具
|
|||||||
on: [ push ]
|
on: [ push ]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build-tool:
|
build:
|
||||||
env:
|
env:
|
||||||
RUNNER_TOOL_CACHE: /toolcache
|
RUNNER_TOOL_CACHE: /toolcache
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
Reference in New Issue
Block a user