Skip to content

Commit

Permalink
💚 : Can't test this on my machine sorry
Browse files Browse the repository at this point in the history
  • Loading branch information
PHPLukaas committed May 30, 2024
1 parent c0d453a commit 2aa365d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion codemagic.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ workflows:
script: |
#!/usr/bin/env sh
set -e # exit on first failed command
echo $ANDROID_FIREBASE_SECRET > $PROJECT_ROOT/android/app/google-services.json
echo $ANDROID_FIREBASE_SECRET | base64 --decode > $PROJECT_ROOT/android/app/google-services.json
- name: Build AAB with Flutter
script: |
flutter build appbundle --release
Expand Down

0 comments on commit 2aa365d

Please sign in to comment.