调整流水线

This commit is contained in:
2026-04-16 11:49:06 +08:00
parent 4b15c6d99c
commit 0bb6707e68
2 changed files with 3 additions and 3 deletions

View File

@@ -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: |

View File

@@ -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 envPIP_INDEX_URL / PIP_EXTRA_INDEX_URL统一指定与 Encrypt 步骤中 PyArmor 内部 pip 一致。