File tree 2 files changed +11
-1
lines changed
2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 30
30
with :
31
31
java-version : 11
32
32
33
+ - name : Decode google-services.json
34
+ run : echo $ENCODED_GOOGLE_SERVICES_JSON | base64 -d > android/quest/google-services.json
35
+ env :
36
+ ENCODED_GOOGLE_SERVICES_JSON : ${{ secrets.MWCORE_GOOGLE_SERVICES_JSON }}
37
+
33
38
- name : Grant execute permission for gradlew
34
39
run : chmod +x gradlew
35
40
working-directory : android
65
70
with :
66
71
java-version : 11
67
72
73
+ - name : Decode google-services.json
74
+ run : echo $ENCODED_GOOGLE_SERVICES_JSON | base64 -d > android/quest/google-services.json
75
+ env :
76
+ ENCODED_GOOGLE_SERVICES_JSON : ${{ secrets.MWCORE_GOOGLE_SERVICES_JSON }}
77
+
68
78
- name : Grant execute permission for gradlew
69
79
run : chmod +x gradlew
70
80
working-directory : android
Original file line number Diff line number Diff line change @@ -23,4 +23,4 @@ captures/
23
23
# IntelliJ
24
24
* .iml
25
25
.idea
26
- android / quest / google-services.json
26
+ * google-services.json
You can’t perform that action at this time.
0 commit comments