Skip to content

Commit 417de37

Browse files
committed
-4
1 parent 3faf7bc commit 417de37

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/android.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,7 @@ jobs:
3030
3131
- name: Create google-services.json
3232
run: |
33-
cat <<EOF > app/google-services.json
34-
${{ secrets.GOOGLE_SERVICES }}
35-
EOF
33+
echo ${{ secrets.GOOGLE_SERVICE }} > app/google-services.json
3634
3735
- name: Create local.properties # (LOCAL_PROPERTIES_CONTENTS)를 기반으로 local.properties를 만들고 keystore.jks 위치를 추가해 준다.
3836
run: |

0 commit comments

Comments
 (0)