Closed juunishimaster closed 4 years ago
You need to create two export presets named "Linux/X11" and "Mac OSX" and commit export_presets.cfg
to version control. Make sure export_presets.cfg
isn't present in your .gitignore
file too.
Oh, I see. There's export_presets.cfg
in my .gitignore
file.
Export success after I removed it.
Thank you for the help! :D I'll close this issue then.
Hello,
I'm not too experienced with CI/CD script, so there's high chance I overlooked something simple rather than finding a bug or something. (Also, sorry if my English is confusing)
I use Godot 3.2.2 for this project. Windows export works well.
My gitlab-ci.yaml snippet looks like this:
And the error appeared is:
Thank you.