From 065d9c3b73309acf027643bdefb4fbacf896bb08 Mon Sep 17 00:00:00 2001 From: LongYinan Date: Mon, 2 Jun 2025 13:28:13 +0800 Subject: [PATCH] ci: fix release-mobile pipeline --- .github/workflows/release-mobile.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release-mobile.yml b/.github/workflows/release-mobile.yml index a2031a7f09..b65c35aef2 100644 --- a/.github/workflows/release-mobile.yml +++ b/.github/workflows/release-mobile.yml @@ -119,6 +119,8 @@ jobs: ios: runs-on: ${{ github.ref_name == 'canary' && 'macos-latest' || 'blaze/macos-14' }} + needs: + - build-ios-web steps: - uses: actions/checkout@v4 - name: Download mobile artifact