From 5d7a3517ee70c819c8c0877b3ce8a86ba5a0ceea Mon Sep 17 00:00:00 2001 From: admin Date: Fri, 28 Nov 2025 11:30:11 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20.gitea/workflows/develop?= =?UTF-8?q?=5Fbuild=5Fmanual.yaml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/develop_build_manual.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitea/workflows/develop_build_manual.yaml b/.gitea/workflows/develop_build_manual.yaml index 6a7749ec..759b9e90 100644 --- a/.gitea/workflows/develop_build_manual.yaml +++ b/.gitea/workflows/develop_build_manual.yaml @@ -10,6 +10,9 @@ jobs: matrix: node-version: [ 18.18.0 ] + env: + REMOTE_DEPLOY_PATH: /workspace/workspace_aida/DevelopVersion/develop-aida-web-front + steps: - name: 1.检出代码 uses: actions/checkout@v4