Use build path for steam deploy input ROOT PATH
parent
025d9645be
commit
a6d9115e7e
|
|
@ -1950,7 +1950,7 @@ class RemoteBuilder {
|
||||||
{
|
{
|
||||||
EnvironmentVariable: 'INPUT_ROOTPATH',
|
EnvironmentVariable: 'INPUT_ROOTPATH',
|
||||||
ParameterKey: 'rootPath',
|
ParameterKey: 'rootPath',
|
||||||
ParameterValue: process.env.ROOT_PATH || '',
|
ParameterValue: buildParameters.buildPath,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
EnvironmentVariable: 'INPUT_RELEASEBRANCH',
|
EnvironmentVariable: 'INPUT_RELEASEBRANCH',
|
||||||
|
|
|
||||||
File diff suppressed because one or more lines are too long
|
|
@ -397,7 +397,7 @@ class RemoteBuilder {
|
||||||
{
|
{
|
||||||
EnvironmentVariable: 'INPUT_ROOTPATH',
|
EnvironmentVariable: 'INPUT_ROOTPATH',
|
||||||
ParameterKey: 'rootPath',
|
ParameterKey: 'rootPath',
|
||||||
ParameterValue: process.env.ROOT_PATH || '',
|
ParameterValue: buildParameters.buildPath,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
EnvironmentVariable: 'INPUT_RELEASEBRANCH',
|
EnvironmentVariable: 'INPUT_RELEASEBRANCH',
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue