mobile: remove debug keystore before build

This commit is contained in:
Ammar Ahmed
2025-11-25 17:17:33 +05:00
parent fb2afb6cf8
commit 55fd752f5c
2 changed files with 6 additions and 0 deletions

View File

@@ -94,6 +94,9 @@ jobs:
cd apps/mobile
npx tsc --noEmit
- name: Remove debug keystore
run: rm -rf apps/mobile/android/app/debug.keystore
- name: Build unsigned app bundle
run: yarn release:android:bundle

View File

@@ -78,6 +78,9 @@ jobs:
cd apps/mobile
npx tsc --noEmit
- name: Remove debug keystore
run: rm -rf apps/mobile/android/app/debug.keystore
- name: Build unsigned app bundle
run: yarn release:android:bundle