Use build path for steam deploy input ROOT PATH

pull/265/head
Frostebite 2021-05-23 14:07:07 +01:00
parent 025d9645be
commit a6d9115e7e
3 changed files with 3 additions and 3 deletions

2
dist/index.js vendored
View File

@ -1950,7 +1950,7 @@ class RemoteBuilder {
{
EnvironmentVariable: 'INPUT_ROOTPATH',
ParameterKey: 'rootPath',
ParameterValue: process.env.ROOT_PATH || '',
ParameterValue: buildParameters.buildPath,
},
{
EnvironmentVariable: 'INPUT_RELEASEBRANCH',

2
dist/index.js.map vendored

File diff suppressed because one or more lines are too long

View File

@ -397,7 +397,7 @@ class RemoteBuilder {
{
EnvironmentVariable: 'INPUT_ROOTPATH',
ParameterKey: 'rootPath',
ParameterValue: process.env.ROOT_PATH || '',
ParameterValue: buildParameters.buildPath,
},
{
EnvironmentVariable: 'INPUT_RELEASEBRANCH',