Fix Deploy and Release for Real (#684)

* Mock the minimal build for google services

* Fix release deploy for mocking google-services.json

* Don't move 2x..

* Don't move 2x
This commit is contained in:
Justin Bassett 2020-07-31 08:09:14 -04:00 committed by GitHub
parent 4d900647c7
commit e22ccacb1a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View file

@ -34,8 +34,8 @@ jobs:
- name: Mock 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
cp .github/mock-google-services.json app/src/debug/google-services.json
cp .github/mock-google-services.json app/src/minimal/google-services.json
- name: Inflate release_keystore.keystore
env:

View file

@ -33,8 +33,8 @@ jobs:
- name: Mock 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
cp .github/mock-google-services.json app/src/debug/google-services.json
cp .github/mock-google-services.json app/src/minimal/google-services.json
- name: Inflate release_keystore.keystore
env: