mirror of
https://github.com/pezkuwichain/pezkuwi-wallet-android.git
synced 2026-06-20 09:21:10 +00:00
ci: copy PROD google-services.json to all release build types
releaseMarket and releaseGithub build types need their own copy of the production google-services.json. Without this, the google-services plugin falls back to the dev config in app/, causing Google Sign-In to fail on release builds.
This commit is contained in:
@@ -161,6 +161,16 @@ jobs:
|
|||||||
filename: google-services.json
|
filename: google-services.json
|
||||||
destination-path: ./app/src/release/
|
destination-path: ./app/src/release/
|
||||||
|
|
||||||
|
- name: 📂 Copy PROD Google Services to releaseMarket
|
||||||
|
run: |
|
||||||
|
mkdir -p ./app/src/releaseMarket
|
||||||
|
cp ./app/src/release/google-services.json ./app/src/releaseMarket/google-services.json
|
||||||
|
|
||||||
|
- name: 📂 Copy PROD Google Services to releaseGithub
|
||||||
|
run: |
|
||||||
|
mkdir -p ./app/src/releaseGithub
|
||||||
|
cp ./app/src/release/google-services.json ./app/src/releaseGithub/google-services.json
|
||||||
|
|
||||||
- name: 🔧 Install dependencies
|
- name: 🔧 Install dependencies
|
||||||
uses: ./.github/workflows/install/
|
uses: ./.github/workflows/install/
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user