Various fixes

pull/353/head
Frostebite 2022-04-04 22:48:53 +01:00
parent b969dbb14a
commit 4165f16f0c
3 changed files with 3 additions and 3 deletions

2
dist/index.js vendored
View File

@ -4000,7 +4000,7 @@ class Input {
}
}
static get cloudRunnerBuilderPlatform() {
return Input.cloudRunnerCluster === 'local' ? Input.getInput('cloudRunnerBuilderPlatform') || false : 'linux';
return Input.cloudRunnerCluster === 'local' ? Input.getInput('cloudRunnerBuilderPlatform') || false : 'ubuntu';
}
static get gitSha() {
if (Input.getInput(`GITHUB_SHA`)) {

2
dist/index.js.map vendored

File diff suppressed because one or more lines are too long

View File

@ -67,7 +67,7 @@ class Input {
}
}
static get cloudRunnerBuilderPlatform() {
return Input.cloudRunnerCluster === 'local' ? Input.getInput('cloudRunnerBuilderPlatform') || false : 'linux';
return Input.cloudRunnerCluster === 'local' ? Input.getInput('cloudRunnerBuilderPlatform') || false : 'ubuntu';
}
static get gitSha() {