Update '.drone.yml'
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Dorian Zedler 2022-08-03 13:54:21 +02:00
parent 64214c711b
commit 00fd524893

View file

@ -11,6 +11,7 @@ steps:
image: alpine image: alpine
commands: commands:
- echo $ANDROID_RELEASE_KEYSTORE | base64 -d > android_release.keystore - echo $ANDROID_RELEASE_KEYSTORE | base64 -d > android_release.keystore
- du -hs ./android_release.keystore
environment: environment:
ANDROID_RELEASE_KEYSTORE: ANDROID_RELEASE_KEYSTORE:
from_secret: android-release-keystore from_secret: android-release-keystore