Debug print
parent
d55e46d644
commit
6d342d0dc6
|
|
@ -6614,6 +6614,7 @@ class Input {
|
|||
static get androidAppBundle() {
|
||||
// Only throw warning if defined
|
||||
let input = Input.getInput('androidAppBundle');
|
||||
core.info(`androidAppBundle: ${input}`);
|
||||
if (input !== '') {
|
||||
core.warning('androidAppBundle is deprecated, please use androidExportType instead');
|
||||
}
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
|
|
@ -145,6 +145,7 @@ class Input {
|
|||
static get androidAppBundle(): boolean {
|
||||
// Only throw warning if defined
|
||||
let input = Input.getInput('androidAppBundle');
|
||||
core.info(`androidAppBundle: ${input}`);
|
||||
if (input !== '') {
|
||||
core.warning('androidAppBundle is deprecated, please use androidExportType instead');
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Reference in New Issue