niklaslehnfeld/flutter-android-build

🏗 Easy to use flutter android build action

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stalelast commit Nov 25, 2024
License
MIT

Pinned Snippet

workflow.ymlSHA-pinned
uses: niklaslehnfeld/flutter-android-build-action@cccda64e2121a75201ca0299974cf4611610e99b # v2

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
releaseIf set to `true`, it will run release builds, otherwise debug buildsnofalse
build-typeapk | aab | bothnoboth
keystoreBase64 encoded keystore.jks, required if release is trueno""
keystore-pwdkeystore password, required if release is trueno""
key-pwdkey password, required if release is trueno""
namedescription
apk-pathPath to built apk if build-type was set to apk or both
aab-pathPath to built aab if build-type was set to aab or both