actions-marketplace-validations/Nrwl Nx Android Release Builder
Builds an Android project using release variant
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Feb 20, 2024
- License
- None
Pinned Snippet
uses: actions-marketplace-validations/daviaugustos_nrwl-nx-android-build-action@3128f760fb6f084be9bc71cf932b83669a6e1ec1 # no releases — HEAD as of 2026-07-13tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| app-path | Where the android folder is located | yes | default-app-path |
| nx-app-name | The NX project name | yes | default-nx-app-name |
| signing-key | Signing Keystore file converted to Base64 format | yes | default-signing-key |
| keystore-alias | Alias chosen on the Keystore file | yes | default-keystore-alias |
| keystore-password | Password chosen on the Keystore file | yes | default-keystore-password |
| key-password | Password chosen to the key | yes | default-key-password |
| variant-flavor | What variant and/or flavor is used for build | yes | devrelease |
| variant-flavor-apk-path | Where the apk is released based on variant and/or flavor | yes | /android/app/build/outputs/apk/release |
Outputs
no outputs