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 }}