Skip to content

Commit

Permalink
Temp
Browse files Browse the repository at this point in the history
  • Loading branch information
kaushik committed Jul 1, 2024
1 parent 35094c3 commit fdad905
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/android_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fdad905

Please sign in to comment.