Skip to content

Commit

Permalink
decode release keystore
Browse files Browse the repository at this point in the history
  • Loading branch information
esamelson committed Jun 22, 2020
1 parent ddcbbf4 commit 5cd02f5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .circleci/config.yml
Expand Up @@ -541,6 +541,9 @@ jobs:
- attach_workspace:
at: android/app/build/outputs/apk
- bundle_install
- run:
name: Decode release keystore
command: echo $ANDROID_KEYSTORE_B64 | base64 -d > android/app/release-key.jks
- run: expotools client-build --platform android --release

client_android_release_google_play:
Expand Down

0 comments on commit 5cd02f5

Please sign in to comment.