nejcpm/Sign Android release 2
Sign your Android app using GitHub actions, without modifying any existing code. Supports APK/AAB.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| releaseDir | The directory to find your release to sign | no | "" |
| signingKey | The key used to sign your release in base64 encoded format | no | "" |
| keyAlias | The key alias | no | "" |
| keyStorePassword | The password to the keystore | no | "" |
| keyPassword | The password for the key | no | "" |
| buildToolsVersion | The version of Android build tools to use | no | "" |
Outputs
| name | description |
|---|---|
| signedFile | The signed release APK or AAB file, if single |
| signedFiles | The signed release APK or AAB files |
| signedFilesCount | The count of signed release files |