From 524e600a3944c96a9737fd58b758239b62a6c4d6 Mon Sep 17 00:00:00 2001 From: Jimmy S Date: Mon, 17 Jun 2024 14:37:28 +0530 Subject: [PATCH] Minor changes --- .github/workflows/ios_deploy.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ios_deploy.yml b/.github/workflows/ios_deploy.yml index d58ddc94..97536120 100644 --- a/.github/workflows/ios_deploy.yml +++ b/.github/workflows/ios_deploy.yml @@ -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