We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1d9076 commit d651f66Copy full SHA for d651f66
1 file changed
.github/workflows/nightly.yml
@@ -43,10 +43,10 @@ jobs:
43
# TODO: change build variant to fdroid if json does not exist
44
# developers.google.com/android/guides/google-services-plugin#adding_the_json_file
45
run: |
46
- mkdir -p app/src/debug
+ mkdir -p app/src/alpha
47
echo "${GSCV_TEST_JSON}" > app/src/alpha/google-services.json
48
# expected: l:29 w:45 m:691
49
- wc -lwm app/src/debug/google-services.json
+ wc -lwm app/src/alpha/google-services.json
50
env:
51
GSCV_TEST_JSON: ${{ secrets.GOOGLE_SERVICES_TEST_JSON }}
52
0 commit comments