From 5eec510f1e8fd5ce5fb5892bb19ee7655743b354 Mon Sep 17 00:00:00 2001 From: wangjia <809946525@qq.com> Date: Sat, 18 Jul 2026 09:38:03 +0800 Subject: [PATCH] =?UTF-8?q?ci(windows):=20NAS=20=E6=9A=82=E5=AD=98?= =?UTF-8?q?=E8=AE=BE=20continue-on-error(=E5=8F=91=E7=89=88=E5=B7=B2?= =?UTF-8?q?=E4=BB=8E=20GitHub=20=E6=8B=89,NAS=20=E4=BB=85=E6=9C=80?= =?UTF-8?q?=E4=BD=B3=E5=8A=AA=E5=8A=9B=E8=AE=B0=E5=BD=95)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.8 Claude-Session: https://claude.ai/code/session_01P9G7E3wmAYL9KeYCVZVsqu --- .github/workflows/windows.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 3d3272e..7c6796d 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -80,7 +80,10 @@ jobs: --title "$tag" --notes "Windows 安装器暂存(供 deploy-client 免 frps 拉取)" \ dist/jiu-windows-x64-setup.exe - - name: Stage installer → NAS gitea (winstage-v<版本>) + # NAS 暂存仅作最佳努力的记录(发版实际从 GitHub Release 拉,见 fetch-windows-staged.sh)。 + # 经 ali frps 上传易失败,不让它 fail 整个构建。 + - name: Stage installer → NAS gitea (best-effort 记录) + continue-on-error: true shell: bash env: FORGEJO_URL: ${{ secrets.FORGEJO_URL }}