From 7178aac70e88fb81253c95cba04fc8ccf259ce2b Mon Sep 17 00:00:00 2001 From: bichangxiong <3057647414@qq.com> Date: Thu, 28 Aug 2025 15:58:58 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20.gitea/workflows/master.ym?= =?UTF-8?q?l?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/master.yml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/master.yml b/.gitea/workflows/master.yml index 3b6d03f..dd894e6 100644 --- a/.gitea/workflows/master.yml +++ b/.gitea/workflows/master.yml @@ -9,9 +9,14 @@ on: # 运行环境 jobs: - build: + build-and-deploy: name: 打包 Uniapp 项目 - runs-on: windows # 云 Runner 环境(自建 Runner 可替换为自定义名称) + runs-on: windows + timeout-minutes: 30 +# jobs: +# build: +# name: 打包 Uniapp 项目 +# runs-on: windows # 云 Runner 环境(自建 Runner 可替换为自定义名称) steps: ######################################################################## # 步骤 1:检出 Gitea 代码