actions-marketplace-validations/Obvious - Sign Android
An action to sign an Android release APK or AAB
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Jun 10, 2022
- License
- MIT
- Runtime
- Deprecated runtime
Pinned Snippet
uses: actions-marketplace-validations/romiltiwari93_sign-android-release@d71ee7dcab8f97e84f6965843f3aeb2b07675bf2 # no releases — HEAD as of 2026-07-12tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| releaseDirectory | The directory to find your release to sign | yes | — |
| signingKeyBase64 | The key used to sign your release in base64 encoded format | yes | — |
| alias | The key alias | yes | — |
| keyStorePassword | The password to the keystore | yes | — |
| keyPassword | The password for the key | no | — |
Outputs
| name | description |
|---|---|
| signedReleaseFile | The signed release APK or AAB file, if single |
| signedReleaseFiles | The signed release APK or AAB files |
| nofSignedReleaseFiles | The number of signed release files |
| signedReleaseFile0 | The Oth signed release APK or AAB file |
| signedReleaseFile1 | The 1st signed release APK or AAB file |
| signedReleaseFile2 | The 2nd signed release APK or AAB file |
| signedReleaseFile3 | The 3rd signed release APK or AAB file |
| signedReleaseFile4 | The 4th signed release APK or AAB file |
| signedReleaseFile5 | The 5th signed release APK or AAB file |
| signedReleaseFile6 | The 6th signed release APK or AAB file |
| signedReleaseFile7 | The 7th signed release APK or AAB file |
| signedReleaseFile8 | The 8th signed release APK or AAB file |
| signedReleaseFile9 | The 9th signed release APK or AAB file |
| signedReleaseFile10 | The 10th signed release APK or AAB file |
| signedReleaseFile11 | The 11th signed release APK or AAB file |
| signedReleaseFile12 | The 12th signed release APK or AAB file |