unity-builder icon indicating copy to clipboard operation
unity-builder copied to clipboard

Docker Build Path Problem

Open emrahyumuk opened this issue 3 years ago • 0 comments

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

emrahyumuk avatar Sep 15 '22 12:09 emrahyumuk