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