dank-del/Flutter Build and Publish APK
Build a Flutter Android APK and upload it as a workflow artifact.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| flutter-version | Flutter version to install (e.g. 3.24.3). Leave empty for the latest on the chosen channel. | no | "" |
| flutter-channel | Flutter channel: stable, beta, or master. | no | stable |
| java-version | Java version to set up via Temurin. | no | 17 |
| build-args | Arguments passed to `flutter build`. | no | apk --split-per-abi |
| artifact-name | Name for the uploaded artifact. | no | flutter-apk |
| working-directory | Path to the Flutter project root. | no | . |
Outputs
| name | description |
|---|---|
| apk-path | Directory containing the built APKs. |