更新 .gitea/workflows/master.yml
Some checks failed
Uniapp 自动化打包 CI/CD / 打包 Uniapp 项目 (push) Failing after 6s
Some checks failed
Uniapp 自动化打包 CI/CD / 打包 Uniapp 项目 (push) Failing after 6s
This commit is contained in:
@@ -9,9 +9,14 @@ on:
|
|||||||
|
|
||||||
# 运行环境
|
# 运行环境
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build-and-deploy:
|
||||||
name: 打包 Uniapp 项目
|
name: 打包 Uniapp 项目
|
||||||
runs-on: windows # 云 Runner 环境(自建 Runner 可替换为自定义名称)
|
runs-on: windows
|
||||||
|
timeout-minutes: 30
|
||||||
|
# jobs:
|
||||||
|
# build:
|
||||||
|
# name: 打包 Uniapp 项目
|
||||||
|
# runs-on: windows # 云 Runner 环境(自建 Runner 可替换为自定义名称)
|
||||||
steps:
|
steps:
|
||||||
########################################################################
|
########################################################################
|
||||||
# 步骤 1:检出 Gitea 代码
|
# 步骤 1:检出 Gitea 代码
|
||||||
|
Reference in New Issue
Block a user