Skip to content

Commit d651f66

Browse files
authored
gh-actions: m file path typo in monthlies (#2562)
1 parent c1d9076 commit d651f66

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/nightly.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,10 @@ jobs:
4343
# TODO: change build variant to fdroid if json does not exist
4444
# developers.google.com/android/guides/google-services-plugin#adding_the_json_file
4545
run: |
46-
mkdir -p app/src/debug
46+
mkdir -p app/src/alpha
4747
echo "${GSCV_TEST_JSON}" > app/src/alpha/google-services.json
4848
# expected: l:29 w:45 m:691
49-
wc -lwm app/src/debug/google-services.json
49+
wc -lwm app/src/alpha/google-services.json
5050
env:
5151
GSCV_TEST_JSON: ${{ secrets.GOOGLE_SERVICES_TEST_JSON }}
5252

0 commit comments

Comments
 (0)