Fix pathing

pull/246/head
Andrew Kahr 2023-12-10 16:33:51 -08:00
parent 462c9fe42d
commit 384e16323b
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@ const Docker = {
--volume "${githubWorkflow}:/github/workflow:z" \
--volume "${workspace}:/github/workspace:z" \
--volume "${actionFolder}/test-standalone-scripts:/UnityStandaloneScripts:z" \
--volume "${actionFolder}/platforms/ubuntu/steps:/steps:z" \
--volume "${actionFolder}/platforms/ubuntu:/steps:z" \
--volume "${actionFolder}/unity-config:/usr/share/unity3d/config/:z" \
--volume "${actionFolder}/BlankProject":"/BlankProject:z" \
--cpus=${dockerCpuLimit} \