From 07b1dac2eb63023e77d695f020e262dec4e7cf06 Mon Sep 17 00:00:00 2001 From: Stephen Zhou <38493346+hyoban@users.noreply.github.com> Date: Wed, 23 Apr 2025 10:44:10 +0800 Subject: [PATCH] ci: update name --- .github/workflows/build-ios-development.yml | 6 +++--- .github/workflows/build-ios.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build-ios-development.yml b/.github/workflows/build-ios-development.yml index 397bdb66c..a44b96a68 100644 --- a/.github/workflows/build-ios-development.yml +++ b/.github/workflows/build-ios-development.yml @@ -61,7 +61,7 @@ jobs: - name: 📤 Upload IPA uses: actions/upload-artifact@v4 with: - name: app-ios + name: app-ios-development-device path: apps/mobile/build.ipa retention-days: 90 @@ -107,7 +107,7 @@ jobs: - name: 📤 Upload IPA uses: actions/upload-artifact@v4 with: - name: app-ios + name: app-ios-development-device path: apps/mobile/build.ipa retention-days: 90 @@ -148,6 +148,6 @@ jobs: - name: 📤 Upload IPA uses: actions/upload-artifact@v4 with: - name: app-ios-simulator + name: app-ios-development-simulator path: apps/mobile/build-simulator.ipa retention-days: 90 diff --git a/.github/workflows/build-ios.yml b/.github/workflows/build-ios.yml index 920ca274d..24334ea0b 100644 --- a/.github/workflows/build-ios.yml +++ b/.github/workflows/build-ios.yml @@ -82,7 +82,7 @@ jobs: run: eas submit --platform ios --path build.ipa --non-interactive build-ipa-github: - name: Build iOS IPA + name: Build iOS IPA (GitHub) if: github.secret_source != 'None' && needs.check-runner.outputs.runner-label == 'macos-latest' needs: check-runner runs-on: macos-latest