diff --git a/.github/workflows/pull_requests.yml b/.github/workflows/pull_requests.yml index 985b19b..2c8dddd 100644 --- a/.github/workflows/pull_requests.yml +++ b/.github/workflows/pull_requests.yml @@ -33,7 +33,7 @@ jobs: run: echo "${{ secrets.GOOGLE_SERVICES_JSON_B64 }}" | base64 -d > ./google-services.json - name: 🚀 Build app - run: eas build --non-interactive --platform android --local --profile preview --output=./app-release.apk + run: eas build --non-interactive --platform android --local --profile production_apk --output=./app-release.apk env: GOOGLE_SERVICES_JSON: "/home/runner/work/go/go/google-services.json"