Update '.drone.yml'
This commit is contained in:
parent
458dfa472c
commit
76a06db841
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ steps:
|
||||||
image: itsblue.dev/plugins/qt-android:5.15.5-3
|
image: itsblue.dev/plugins/qt-android:5.15.5-3
|
||||||
settings:
|
settings:
|
||||||
qmake_arguments: "CONFIG+=release"
|
qmake_arguments: "CONFIG+=release"
|
||||||
androiddeployqt_arguments: "--android-platform android-31"
|
androiddeployqt_arguments: "--android-platform android-31 --aab"
|
||||||
src_dir: app
|
src_dir: app
|
||||||
android_keystore_data:
|
android_keystore_data:
|
||||||
from_secret: android-release-keystore
|
from_secret: android-release-keystore
|
||||||
|
|
Loading…
Reference in a new issue