From 706b61f6375880df9e572a7b36ae0d0b617868f4 Mon Sep 17 00:00:00 2001 From: im-adithya Date: Fri, 7 Feb 2025 21:31:46 +0530 Subject: [PATCH] chore: fix --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a8e80b8..dd9ba4a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -55,7 +55,7 @@ jobs: - name: 📁 Copy google-services.json file run: | mkdir -p android - printf '%s' "${{ secrets.GOOGLE_SERVICES_JSON }}" > android/google-services.json + printf '%s' "${{ secrets.GOOGLE_SERVICES_JSON }}" > ./android/google-services.json - name: 🚀 Build app run: eas build --non-interactive --platform android --local --profile production_apk --output=./app-release.apk