Add default value for androidExportType (#506)

This commit is contained in:
David Finol 2023-02-14 01:25:33 -06:00 committed by GitHub
parent 0efa1855a3
commit f58ac29d5b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.'