Use RUNNER_TEMP environment variable instead of a hardcoded path (#138)

This commit is contained in:
xanantis
2020-08-22 17:59:08 +02:00
committed by GitHub
parent 3e0842dda0
commit 3ee15170fd
3 changed files with 5 additions and 3 deletions

View File

@@ -22,6 +22,7 @@ class BuildParameters {
return {
version: Input.unityVersion,
runnerTempPath: process.env.RUNNER_TEMP,
platform: Input.targetPlatform,
projectPath: Input.projectPath,
buildName: Input.buildName,