Update '.drone.yml'
Some checks are pending
continuous-integration/drone/push Build is running

This commit is contained in:
Dorian Zedler 2022-08-03 13:53:39 +02:00
parent cf44a2e2dd
commit 64214c711b

View file

@ -10,7 +10,7 @@ steps:
- name: extract keystore
image: alpine
commands:
- echo ${ANDROID_RELEASE_KEYSTORE} | base64 -d > android_release.keystore
- echo $ANDROID_RELEASE_KEYSTORE | base64 -d > android_release.keystore
environment:
ANDROID_RELEASE_KEYSTORE:
from_secret: android-release-keystore