Skip to content

Commit b491038

Browse files
committed
Change android test script to linux
1 parent b206397 commit b491038

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
run: |
8383
TMP_GOOGLE_SERVICE_JSON_DIR="${RUNNER_TEMP}"/play
8484
mkdir "${TMP_GOOGLE_SERVICE_JSON_DIR}"
85-
echo $GOOGLE_SERVICE_JSON | base64 -D > "${TMP_GOOGLE_SERVICE_JSON_DIR}"/google-services.json
85+
echo $GOOGLE_SERVICE_JSON | base64 -di > "${TMP_GOOGLE_SERVICE_JSON_DIR}"/google-services.json
8686
mv "${TMP_GOOGLE_SERVICE_JSON_DIR}"/google-services.json app/google-services.json
8787
8888
- name: Set up JDK 17

0 commit comments

Comments
 (0)