Skip to content

Commit 90801ec

Browse files
committed
Fixed ios gservices file name
1 parent d7b5fe1 commit 90801ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-IOS.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
steps:
77
- uses: actions/checkout@v2
88
- uses: subosito/flutter-action@v2
9-
- run: echo ${{ secrets.GOOGLE_SERVICE_INFO_PLIST }} | base64 -d > ./android/app/google-services.json
9+
- run: echo ${{ secrets.GOOGLE_SERVICE_INFO_PLIST }} | base64 -d > ./ios/Runner/GoogleService-Info.plist
1010
- run: flutter pub get
1111
- run: flutter packages pub run build_runner build
1212
- uses: mxcl/[email protected]

0 commit comments

Comments
 (0)