From fdad90536a3cbccf2c14a38cc23fccbb4f64400c Mon Sep 17 00:00:00 2001 From: kaushik Date: Mon, 1 Jul 2024 17:22:05 +0530 Subject: [PATCH] Temp --- .github/workflows/android_build.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/android_build.yml b/.github/workflows/android_build.yml index d434f25d..43186e64 100644 --- a/.github/workflows/android_build.yml +++ b/.github/workflows/android_build.yml @@ -37,11 +37,10 @@ jobs: GOOGLE_SERVICES_JSON_BASE64: ${{ secrets.GOOGLE_SERVICES_JSON_BASE64 }} run: | + echo $CONFIG_DART_BASE64 | base64 -di > data/lib/config.dart cd app echo $FIREBASE_OPTIONS_BASE64 | base64 -di > lib/firebase_options.dart echo $GOOGLE_SERVICES_JSON_BASE64 | base64 -di > android/app/google-services.json - cd data - echo $CONFIG_DART_BASE64 | base64 -di > lib/config.dart - name: Install Dependencies