Remove GITHUB_WORKSPACE from image-environment-factory.ts and fix windows workdir path in docker run command (#477)

This commit is contained in:
AndrewKahr
2022-11-22 05:54:54 -07:00
committed by GitHub
parent 2a32a9d870
commit f03bee03f6
4 changed files with 3 additions and 5 deletions

View File

@@ -71,7 +71,7 @@ class Docker {
const { workspace, actionFolder, unitySerial, gitPrivateToken } = parameters;
return `docker run \
--workdir /github/workspace \
--workdir c:/github/workspace \
--rm \
${ImageEnvironmentFactory.getEnvVarString(parameters)} \
--env UNITY_SERIAL="${unitySerial}" \