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)
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.
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)