Commit 7bdf324 1 parent 0c3851b commit 7bdf324 Copy full SHA for 7bdf324
File tree 2 files changed +4
-3
lines changed
2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 4
4
push :
5
5
branches :
6
6
- beta
7
+ - cl/android-store-publish
7
8
8
9
# Cancel a currently running workflow from the same PR, branch or tag when a new workflow is
9
10
# triggered (ref https://stackoverflow.com/a/72408109)
29
30
run : .flutter/bin/dart run melos bootstrap
30
31
31
32
- name : Build Android AppBundle
32
- run : .flutter/bin/dart run melos build-appbundle-release
33
+ run : .flutter/bin/dart run melos build-appbundle-play
33
34
34
35
- name : Deploy to Google Play (Beta)
35
36
uses : r0adkll/upload-google-play@v1
Original file line number Diff line number Diff line change @@ -111,8 +111,8 @@ scripts:
111
111
run : cd app && flutter build apk --split-per-abi --flavor dev
112
112
description : " Build an APK file"
113
113
114
- build-appbundle-release :
115
- run : cd app && flutter build appbundle --release
114
+ build-appbundle-play :
115
+ run : cd app && flutter build appbundle --release --flavor play
116
116
description : " Build an appbundle file ready to be submitted to the google play console"
117
117
118
118
# Integration test Encointer Wallet
You can’t perform that action at this time.
0 commit comments