r0adkll / sign-android-release

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

Support subdirectories for `releaseDirectory` #90

Open oSumAtrIX opened 8 months ago

oSumAtrIX commented 8 months ago

Sometimes, APKs are released in multiple directories under a common root directory. Finding them recursively in a specified releaseDirectory would eliminate the necessity of moving them to a folder. An example repository would be https://github.com/microg/GmsCore