-
-
Notifications
You must be signed in to change notification settings - Fork 271
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Docker Build Path Problem #433
Comments
@emrahyumuk I've added a |
@emrahyumuk Apologies, I don't think the commit got pushed. If you tested it before now, it might've been outdated. |
@emrahyumuk Were you able to test the changes and did they fix the issue? |
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
The text was updated successfully, but these errors were encountered: