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 一致。