Be able to upload many Android artifacts in a single Codemagic build #2991
Replies: 2 comments 4 replies
-
This is what we have to do in order to deliver the mobile app to Google:
To deliver the Wear app it's the same, but deleting the mobile app before delivering it to Google. If we were able to do two deliveries in the same build, specifying the AAB to deliver, that would save many resources. |
Beta Was this translation helpful? Give feedback.
-
Thanks for your post and for sharing your use case! It's really valuable. At the moment we are working on improving CLI tools to simplify Google Play publishing. It should be definitely possible to publish multiple artifacts from the single workflow. As the next step, since we use the CLI tools internally, we can also add YAML support for it too. I'll keep this thread open to share updates with you. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Use case
We have a Flutter app that has two flavors, free and pro, and in addition, two artifacts for every flavor, the mobile app and the Wear app.
As a single Google Play upload can happen in a single build, we must have four builds to upload all the artifacts, although we could do all the compilations together and save some time (and resources).
Idea
Let us have many Google Play uploads in a single Codemagic build, and be able to say which artifact has to upload every Google Play delivery. It could look like this:
Beta Was this translation helpful? Give feedback.
All reactions