ci: update name

This commit is contained in:
Stephen Zhou 2025-04-23 10:44:10 +08:00
parent f8c6cb7ae7
commit 07b1dac2eb
No known key found for this signature in database
2 changed files with 4 additions and 4 deletions

View File

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

View File

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