diff --git a/.drone.yml b/.drone.yml index c107783..8152de7 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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