r0adkll / sign-android-release

A GitHub action to sign an APK or AAB
MIT License
362 stars 137 forks source link

Trim unsigned #58

Open rpavlik opened 3 years ago

rpavlik commented 3 years ago

This adds a new feature - the ability to trim a trailing -unsigned before appending -signed to the filename stem. Having a file named -unsigned-signed.apk bothered me and it was easy to fix.

I see you've been updating the v1 tag - not what I expected for a release strategy - but in any case, if you choose to merge this you may want to bump to a new version since it adds a new option. It's optional and defaults to the old behavior, but it makes sense as a version bump point.

(This has been rebased on #57 )