From f58ac29d5b266c5c356336cb2edcd632632deae9 Mon Sep 17 00:00:00 2001 From: David Finol Date: Tue, 14 Feb 2023 01:25:33 -0600 Subject: [PATCH] Add default value for androidExportType (#506) --- action.yml | 1 + 1 file changed, 1 insertion(+) 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.'