niklaslehnfeld/flutter-android-build
🏗 Easy to use flutter android build action
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Nov 25, 2024
- License
- MIT
Pinned Snippet
uses: niklaslehnfeld/flutter-android-build-action@cccda64e2121a75201ca0299974cf4611610e99b # v2tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| release | If set to `true`, it will run release builds, otherwise debug builds | no | false |
| build-type | apk | aab | both | no | both |
| keystore | Base64 encoded keystore.jks, required if release is true | no | "" |
| keystore-pwd | keystore password, required if release is true | no | "" |
| key-pwd | key password, required if release is true | no | "" |
Outputs
| name | description |
|---|---|
| apk-path | Path to built apk if build-type was set to apk or both |
| aab-path | Path to built aab if build-type was set to aab or both |