diff --git a/action.yml b/action.yml index f5539f52..29d4ffa5 100644 --- a/action.yml +++ b/action.yml @@ -53,6 +53,7 @@ inputs: description: '[Deprecated] Use androidExportType instead. Whether to build .aab instead of .apk' androidExportType: required: false + default: 'androidPackage' description: 'The android export type. Should be androidPackage for apk, androidAppBundle for aab, or androidStudioProject for an android studio project.'