Update '.drone.yml'
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Dorian Zedler 2022-08-04 17:35:39 +02:00
parent 00fd524893
commit eb39242613
1 changed files with 4 additions and 0 deletions

View File

@ -30,6 +30,10 @@ steps:
qmake_arguments: "CONFIG+=release"
androiddeployqt_arguments: "--android-platform android-31"
src_dir: app
android_keystore_path: "android_release.keystore"
android_keystore_alias: "bmca"
android_keystore_store_pass:
from_secret: android-release-keystore-password
- name: release
image: plugins/gitea-release