We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7b5fe1 commit 90801ecCopy full SHA for 90801ec
.github/workflows/build-IOS.yml
@@ -6,7 +6,7 @@ jobs:
6
steps:
7
- uses: actions/checkout@v2
8
- uses: subosito/flutter-action@v2
9
- - run: echo ${{ secrets.GOOGLE_SERVICE_INFO_PLIST }} | base64 -d > ./android/app/google-services.json
+ - run: echo ${{ secrets.GOOGLE_SERVICE_INFO_PLIST }} | base64 -d > ./ios/Runner/GoogleService-Info.plist
10
- run: flutter pub get
11
- run: flutter packages pub run build_runner build
12
- uses: mxcl/[email protected]
0 commit comments