@@ -118,12 +118,7 @@ jobs:
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
- name: 🚀 Deploy
|
- name: 🚀 Deploy
|
||||||
env:
|
run: eas submit -p ios --non-interactive --path ios-build/ios/build/Bluesky.ipa
|
||||||
PROFILE: ${{ inputs.profile || 'testflight' }}
|
|
||||||
run: >
|
|
||||||
eas submit -p ios --non-interactive
|
|
||||||
--path ios-build/ios/build/Bluesky.ipa
|
|
||||||
--what-to-test "$([[ "$PROFILE" == "production" ]] && echo "Production build" || echo "TestFlight build")"
|
|
||||||
|
|
||||||
- name: 🪲 Upload dSYM to Sentry
|
- name: 🪲 Upload dSYM to Sentry
|
||||||
run: >
|
run: >
|
||||||
|
|||||||
@@ -242,7 +242,7 @@ jobs:
|
|||||||
--local --output build.ipa --non-interactive
|
--local --output build.ipa --non-interactive
|
||||||
|
|
||||||
- name: 🚀 Deploy
|
- name: 🚀 Deploy
|
||||||
run: eas submit -p ios --non-interactive --path build.ipa --what-to-test "TestFlight build"
|
run: eas submit -p ios --non-interactive --path build.ipa
|
||||||
|
|
||||||
- name: ⬇️ Restore Cache
|
- name: ⬇️ Restore Cache
|
||||||
id: get-base-commit
|
id: get-base-commit
|
||||||
|
|||||||
Reference in New Issue
Block a user