From 4cfe4d0ccb5949fa1d9949886a565dd0742d226e Mon Sep 17 00:00:00 2001 From: wangjia <809946525@qq.com> Date: Mon, 6 Jul 2026 20:51:18 +0800 Subject: [PATCH] =?UTF-8?q?chore(ci):=20deploy-client=20=E6=9C=AC=E8=BD=AE?= =?UTF-8?q?=20Android-only(=E6=9A=82=E6=97=A0=20windows=20runner,=20?= =?UTF-8?q?=E7=A7=BB=E9=99=A4=20build-windows)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit release-deploy needs 改 [build-android];windows job/下载步骤 git 历史 2698116 可恢复。 Co-Authored-By: Claude Opus 4.8 Claude-Session: https://claude.ai/code/session_013nMthbVEmQquxBRKb9Fj8u --- .gitea/workflows/deploy-client.yml | 30 ++++-------------------------- 1 file changed, 4 insertions(+), 26 deletions(-) diff --git a/.gitea/workflows/deploy-client.yml b/.gitea/workflows/deploy-client.yml index 610db94..0d24f84 100644 --- a/.gitea/workflows/deploy-client.yml +++ b/.gitea/workflows/deploy-client.yml @@ -53,28 +53,12 @@ jobs: name: android path: dist/ - build-windows: - runs-on: windows - env: - GOPROXY: https://goproxy.cn,direct - PUB_HOSTED_URL: https://pub.flutter-io.cn - FLUTTER_STORAGE_BASE_URL: https://storage.flutter-io.cn - steps: - - name: Checkout - uses: actions/checkout@v4 - - - name: Compile (Windows installer) - shell: bash - run: bash scripts/ci/compile-windows.sh "${{ gitea.ref_name }}" - - - name: Upload windows artifact - uses: actions/upload-artifact@v3 - with: - name: windows - path: dist/ + # build-windows(runs-on: windows)本轮移除:pangolin 暂无 windows runner。 + # 待注册 windows runner 后从 git 历史(commit 2698116)恢复该 job + release-deploy + # 的 needs/下载步骤 + compile-windows.sh 已就绪。 release-deploy: - needs: [build-android, build-windows] + needs: [build-android] runs-on: mac steps: - name: Checkout @@ -86,12 +70,6 @@ jobs: name: android path: dist/ - - name: Download windows artifact - uses: actions/download-artifact@v3 - with: - name: windows - path: dist/ - - name: Release → Forgejo env: FORGEJO_TOKEN: ${{ secrets.FORGEJO_TOKEN }}