We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbc0a44 commit 13cac69Copy full SHA for 13cac69
.github/workflows/android.yml
@@ -47,8 +47,10 @@ jobs:
47
fileDir: '/home/runner/work/SunbirdEd-mobile-app/SunbirdEd-mobile-app/configurations/'
48
encodedString: ${{ secrets.GOOGLE_SERVICE_CONTENT }}
49
50
- - name: Copy google-services.json
51
- run: cp configurations/google-services.json android/app/google-services.json
+ - name: Copy google-services.json to both required locations
+ run: |
52
+ cp configurations/google-services.json android/app/google-services.json
53
+ cp configurations/google-services.json android/capacitor-cordova-android-plugins/google-services.json
54
55
- name: Decode env file
56
id: decode_env
0 commit comments