Fix Deploy and Release (#683)

* Mock the minimal build for google services

* Fix release deploy for mocking google-services.json
This commit is contained in:
Justin Bassett 2020-07-31 08:05:07 -04:00 committed by GitHub
parent bf29174a4a
commit 4d900647c7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 2 deletions

View file

@ -33,7 +33,9 @@ jobs:
echo ::set-env name=VERSION_CODE::$VC
- name: Mock debug google-services.json
run: mv .github/mock-google-services.json app/src/debug/google-services.json
run: |
mv .github/mock-google-services.json app/src/debug/google-services.json
mv .github/mock-google-services.json app/src/minimal/google-services.json
- name: Inflate release_keystore.keystore
env:

View file

@ -32,7 +32,9 @@ jobs:
echo ::set-env name=VERSION_CODE::$VC
- name: Mock debug google-services.json
run: mv .github/mock-google-services.json app/src/debug/google-services.json
run: |
mv .github/mock-google-services.json app/src/debug/google-services.json
mv .github/mock-google-services.json app/src/minimal/google-services.json
- name: Inflate release_keystore.keystore
env: