sign-android-release
sign-android-release copied to clipboard
Add the ability to sign multiple APKs
Currently, this Action will only sign the first APK it finds in the release directory. However, occasionally a release will have multiple APKs (for example, different build variants or different architectures). Is it possible for this Action to sign multiple APKs at once?
That shouldn't be too difficult to add
I submitted a PR with this enhancement if you're interested: https://github.com/r0adkll/sign-android-release/pull/14
Bump. I have requested changes to the PR for your request. I've you can apply them I'll happily merge them in.
Any updates?
The PR was never completed. I had a look and boldly tried to complete it: https://github.com/r0adkll/sign-android-release/pull/49 I hope it will get accepted.
Sorry all, life got in the way and my issue/PR has become stale. Please look into Victor's PR https://github.com/r0adkll/sign-android-release/pull/49 :).