unity-builder
unity-builder copied to clipboard
Docker Build Path Problem
Bug description
Game CI Unity build runs in /github/workspace path in docker. After getting build on Ubuntu, I move the file to macos with artifact. But some build inputs search files in /github/workspace path. For example sdk classes files (/github/workspace/iOS/Classes/Blabla.swift) I can't create /github path in github hosted macos runner. And It does not find file in path.
How to reproduce
If I can pass the path in docker as a parameter, it will work without any problems. But default is /github/workspace. I don't know if there is a way to do this