From 0bb6707e6806bd89281bef3a5d8893b93899958e Mon Sep 17 00:00:00 2001 From: chendelian <116870791@qq.com> Date: Thu, 16 Apr 2026 11:49:06 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E6=B5=81=E6=B0=B4=E7=BA=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/reusable-release-frontend.yaml | 4 ++-- .github/workflows/reusable-release-skill.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/reusable-release-frontend.yaml b/.github/workflows/reusable-release-frontend.yaml index 0a22350..6e73850 100644 --- a/.github/workflows/reusable-release-frontend.yaml +++ b/.github/workflows/reusable-release-frontend.yaml @@ -13,7 +13,7 @@ on: description: "Target directory for static files (trailing slash optional)" required: false type: string - default: "/www/wwwroot/fangzhen" + default: "/www/wwwroot/sandbox/web" build_command: required: false type: string @@ -41,7 +41,7 @@ jobs: NPM_CONFIG_REGISTRY: ${{ inputs.npm_registry }} steps: - name: Checkout - uses: http://120.25.191.12:3000/admin/actions-checkout@v4 + uses: https://git.jc2009.com/admin/actions-checkout@v4 - name: Check Node.js (pre-installed on runner) run: | diff --git a/.github/workflows/reusable-release-skill.yaml b/.github/workflows/reusable-release-skill.yaml index 9397455..c54049c 100644 --- a/.github/workflows/reusable-release-skill.yaml +++ b/.github/workflows/reusable-release-skill.yaml @@ -41,7 +41,7 @@ jobs: PIP_DEFAULT_TIMEOUT: "180" PIP_TRUSTED_HOST: pypi.tuna.tsinghua.edu.cn mirrors.aliyun.com mirrors.cloud.tencent.com mirrors.huaweicloud.com files.pythonhosted.org pypi.org steps: - - uses: http://120.25.191.12:3000/admin/actions-checkout@v4 + - uses: https://git.jc2009.com/admin/actions-checkout@v4 # Pin PyArmor 8.5.3 — matches desktop bundles; 9.x trial is stricter in CI。 # 镜像由 job env(PIP_INDEX_URL / PIP_EXTRA_INDEX_URL)统一指定,与 Encrypt 步骤中 PyArmor 内部 pip 一致。