This commit is contained in:
parent
fe2d427d01
commit
cf44a2e2dd
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ steps:
|
|||
- name: extract keystore
|
||||
image: alpine
|
||||
commands:
|
||||
- echo ${ANDROID_RELEASE_KEYSTORE} | base64 --decode > android_release.keystore
|
||||
- echo ${ANDROID_RELEASE_KEYSTORE} | base64 -d > android_release.keystore
|
||||
environment:
|
||||
ANDROID_RELEASE_KEYSTORE:
|
||||
from_secret: android-release-keystore
|
||||
|
|
Loading…
Reference in a new issue