Android Signing of Wear and Main apk

I have added a Wear project to my main project and every time I kick off a Build, only the wear apk gets signed and the main apk is ignored and only builds an unsigned apk, is there a way to make sure both apks get signed?

I believe the sign APK step supports multiple APK paths via the pipe delimiter. Check out the step source code: https://github.com/bitrise-steplib/steps-sign-apk/blob/0895f1674a3fff6734029458077541c0b596caab/step.yml#L68

Iā€™d say specify both APKs into the step, and it should work?

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.