Skip to content

Commit

Permalink
Minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmy0251 committed Jun 17, 2024
1 parent 587f648 commit 524e600
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ios_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,11 @@ jobs:
echo $FIREBASE_OPTIONS_BASE64 | base64 --decode > lib/firebase_options.dart
echo $GOOGLE_SERVICE_INFO_PLIST_BASE64 | base64 --decode > ios/Runner/GoogleService-Info.plist
echo $FIREBASE_JSON_BASE64 | base64 --decode > firebase.json
cat lib/firebase_options.dart
cat ios/Runner/GoogleService-Info.plist
cat firebase.json
- name: Install Dependencies
run: |
cd data && flutter clean && flutter pub get
Expand Down

0 comments on commit 524e600

Please sign in to comment.