We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b206397 commit b491038Copy full SHA for b491038
.github/workflows/main.yml
@@ -82,7 +82,7 @@ jobs:
82
run: |
83
TMP_GOOGLE_SERVICE_JSON_DIR="${RUNNER_TEMP}"/play
84
mkdir "${TMP_GOOGLE_SERVICE_JSON_DIR}"
85
- echo $GOOGLE_SERVICE_JSON | base64 -D > "${TMP_GOOGLE_SERVICE_JSON_DIR}"/google-services.json
+ echo $GOOGLE_SERVICE_JSON | base64 -di > "${TMP_GOOGLE_SERVICE_JSON_DIR}"/google-services.json
86
mv "${TMP_GOOGLE_SERVICE_JSON_DIR}"/google-services.json app/google-services.json
87
88
- name: Set up JDK 17
0 commit comments