* add customImage attribute * add one more test for input passing && check for customImage == ''
This commit is contained in:
@@ -12,6 +12,10 @@ class Input {
|
||||
return core.getInput('unityVersion');
|
||||
}
|
||||
|
||||
static get customImage() {
|
||||
return core.getInput('customImage');
|
||||
}
|
||||
|
||||
static get targetPlatform() {
|
||||
return core.getInput('targetPlatform') || Platform.default;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user