Skip to content

Commit

Permalink
fixup! feat(suite-native): distribute preview and adhoc build same as…
Browse files Browse the repository at this point in the history
… develop
  • Loading branch information
matejkriz committed Feb 25, 2025
1 parent f1ebf48 commit 01aa957
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions suite-native/app/eas-post-success.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,10 @@ distribute_apk() {
# Set app ID based on profile
if [[ "$EAS_BUILD_PROFILE" == "develop" ]]; then
FIREBASE_APP_ID="1:191883890128:android:625bcdab76b3b3a644bdd5"
APK_PATH="/suite-native/app/android/app/build/outputs/apk/release/app-release.apk"
else
FIREBASE_APP_ID="1:191883890128:android:a7fd34594f97aa6444bdd5"
APK_PATH="/suite-native/app/android/app/build/outputs/apk/debug/app-debug.apk"
fi

# Distribute APK to develop-testers group using Firebase CLI
Expand Down

0 comments on commit 01aa957

Please sign in to comment.