sign-android-release icon indicating copy to clipboard operation
sign-android-release copied to clipboard

A GitHub action to sign an APK or AAB

Results 2 sign-android-release issues
Sort by recently updated
recently updated
newest added

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...

enhancement

I've run into trouble with this. Using this action in https://github.com/exult/exult/blob/master/.github/workflows/snapshots-android.yml#L80 and then renaming & copying the apk to another folder: ``` - name: Sign APK if: ${{ env.EXULT_REPO_ALIVE ==...

enhancement