mirror of
https://github.com/game-ci/unity-builder.git
synced 2026-06-12 00:43:55 -07:00
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