ilharp / sign-android-release

A GitHub action to sign an APK or AAB
https://github.com/marketplace/actions/sign-android-release-2
MIT License
43 stars 10 forks source link

Option to rename signed APK #20

Open XiangRongLin opened 5 months ago

XiangRongLin commented 5 months ago

Currently it seems to me that the signed APK has the name "app-release-unsigned-signed.apk"

I would love an input parameter with which I can set the name of the apk. I currently add a step where I just call mv to rename the file.

ilharp commented 5 months ago

Sounds reasonable to add a parameter to set the output file name, only for when signing one single file. I'll do it when I have time.