We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3faf7bc commit 417de37Copy full SHA for 417de37
1 file changed
.github/workflows/android.yml
@@ -30,9 +30,7 @@ jobs:
30
31
- name: Create google-services.json
32
run: |
33
- cat <<EOF > app/google-services.json
34
- ${{ secrets.GOOGLE_SERVICES }}
35
- EOF
+ echo ${{ secrets.GOOGLE_SERVICE }} > app/google-services.json
36
37
- name: Create local.properties # (LOCAL_PROPERTIES_CONTENTS)를 기반으로 local.properties를 만들고 keystore.jks 위치를 추가해 준다.
38
0 commit comments