This commit is contained in:
parent
00fd524893
commit
eb39242613
1 changed files with 4 additions and 0 deletions
|
@ -30,6 +30,10 @@ steps:
|
||||||
qmake_arguments: "CONFIG+=release"
|
qmake_arguments: "CONFIG+=release"
|
||||||
androiddeployqt_arguments: "--android-platform android-31"
|
androiddeployqt_arguments: "--android-platform android-31"
|
||||||
src_dir: app
|
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
|
- name: release
|
||||||
image: plugins/gitea-release
|
image: plugins/gitea-release
|
||||||
|
|
Loading…
Reference in a new issue