Minor cleanup

This commit is contained in:
Webber
2020-01-26 01:01:53 +01:00
committed by Webber Takken
parent d5552eaa01
commit ca2bcea3ad
5 changed files with 15 additions and 8 deletions

View File

@@ -7,7 +7,7 @@ class Input {
// Input variables specified in workflows using "with" prop.
const unityVersion = core.getInput('unityVersion');
const targetPlatform = core.getInput('targetPlatform') || Platform.default;
const projectPath = core.getInput('projectPath');
const projectPath = core.getInput('projectPath') || '.';
const buildName = core.getInput('buildName') || targetPlatform;
const buildsPath = core.getInput('buildsPath') || 'build';
const buildMethod = core.getInput('buildMethod'); // processed in docker file