更新 .gitea/workflows/master.yml
Some checks failed
Uniapp 自动化打包 CI/CD / 打包 Uniapp 项目 (push) Failing after 6s

This commit is contained in:
2025-08-28 15:58:58 +08:00
parent 6a46a58e93
commit 7178aac70e

View File

@@ -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 代码