Skip to content

Commit 7bdf324

Browse files
committed
fix melos command for building the playconsole binary
1 parent 0c3851b commit 7bdf324

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/publish_to_googe_playconsole.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
branches:
66
- beta
7+
- cl/android-store-publish
78

89
# Cancel a currently running workflow from the same PR, branch or tag when a new workflow is
910
# triggered (ref https://stackoverflow.com/a/72408109)
@@ -29,7 +30,7 @@ jobs:
2930
run: .flutter/bin/dart run melos bootstrap
3031

3132
- name: Build Android AppBundle
32-
run: .flutter/bin/dart run melos build-appbundle-release
33+
run: .flutter/bin/dart run melos build-appbundle-play
3334

3435
- name: Deploy to Google Play (Beta)
3536
uses: r0adkll/upload-google-play@v1

melos.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -111,8 +111,8 @@ scripts:
111111
run: cd app && flutter build apk --split-per-abi --flavor dev
112112
description: "Build an APK file"
113113

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
116116
description: "Build an appbundle file ready to be submitted to the google play console"
117117

118118
# Integration test Encointer Wallet

0 commit comments

Comments
 (0)