Skip to content

Commit 13cac69

Browse files
committed
#SBCOSS-362 : upgraded script
1 parent bbc0a44 commit 13cac69

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/android.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,10 @@ jobs:
4747
fileDir: '/home/runner/work/SunbirdEd-mobile-app/SunbirdEd-mobile-app/configurations/'
4848
encodedString: ${{ secrets.GOOGLE_SERVICE_CONTENT }}
4949

50-
- name: Copy google-services.json
51-
run: cp configurations/google-services.json android/app/google-services.json
50+
- name: Copy google-services.json to both required locations
51+
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
5254
5355
- name: Decode env file
5456
id: decode_env

0 commit comments

Comments
 (0)