-
-
Notifications
You must be signed in to change notification settings - Fork 263
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
Mac OS build permission issue. #440
Comments
As far as I know Could you please explain? |
Ok after further test. It doesn't actually solve the permission issue. |
Because that's how GitHub Artifact Upload works: https://github.com/actions/upload-artifact#permission-loss If you want to have the permissions, you have to create a TAR first and then use the upload-artifact action to upload the TAR. See also here: https://github.com/game-ci/unity-actions/issues/152 |
Thanks, I guess i'll give this a try. It looks promising. |
I had this issue as well after I followed the Game CI video tutorial in this run here, and packaging up in a .tar worked for me as well. I do have a 'This file can’t be opened because Apple cannot check it for malicious software' pop up, but I can successfully open it by right-clicking click > 'Open' > 'Open'. I imagine the issue here is because it is not notarized, so I will follow the instructions provided here |
@bella-cockrell The instructions you linked are for iOS and not Mac. You may want to see game-ci/documentation#262 |
Ah amazing, thanks for the link. |
Bug description
I still encounter the old permission issue when trying to run the StandaloneOSX build artifact executable.
Which is relate to a closed issue #77
Edit:
I cannot find how to solve the.
The text was updated successfully, but these errors were encountered: