abarichello / godot-ci

Docker image to export Godot Engine games. Templates for Gitlab CI and GitHub Actions to deploy to GitLab Pages/GitHub Pages/Itch.io.
https://hub.docker.com/r/barichello/godot-ci
MIT License
759 stars 133 forks source link

Android export fails with generic error #162

Closed kfechter closed 1 month ago

kfechter commented 1 month ago

My best guess is I don't have the project set up completely correctly, but i'm running into an issue where the CI fails with a generic "configuration error", but doesn't say what it is in the logs.

the logs only say the following

ERROR: Cannot export project with preset "Android" due to configuration errors: at: _fs_changed (editor/editor_node.cpp:1012) ERROR: Project export for preset "Android" failed. at: _fs_changed (editor/editor_node.cpp:1028)

kfechter commented 1 month ago

ok, turns out it was my sed commands malforming the export config, need to figure out how to do the sed properly for the version code and version name for android and then all is good.