Use RUNNER_TEMP environment variable instead of a hardcoded path (#138)
This commit is contained in:
@@ -22,6 +22,7 @@ class BuildParameters {
|
||||
|
||||
return {
|
||||
version: Input.unityVersion,
|
||||
runnerTempPath: process.env.RUNNER_TEMP,
|
||||
platform: Input.targetPlatform,
|
||||
projectPath: Input.projectPath,
|
||||
buildName: Input.buildName,
|
||||
|
||||
Reference in New Issue
Block a user