From 365496093d99fbe24aaf76b64bd2dbd2749bfdc6 Mon Sep 17 00:00:00 2001 From: Ammar Ahmed Date: Mon, 30 Mar 2026 14:00:07 +0500 Subject: [PATCH] ci: fix workflow --- .github/workflows/mobile.publish.firebase.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/mobile.publish.firebase.yml b/.github/workflows/mobile.publish.firebase.yml index c9c96e1af..debf9220d 100644 --- a/.github/workflows/mobile.publish.firebase.yml +++ b/.github/workflows/mobile.publish.firebase.yml @@ -65,6 +65,7 @@ jobs: - name: Build arm64-v8a apk run: | + cd apps/mobile/android echo '${{ secrets.GOOGLE_SERVICES_JSON }}' > ./app/google-services.json ./gradlew assembleRelease -PreactNativeArchitectures=arm64-v8a -PstagingReleaseBuild=true -PprBuildNumber=${{ steps.build-number.outputs.build-number }}