firebelley / godot-export

Automatically exports your Godot games.
MIT License
461 stars 53 forks source link

what is the format for the relative path when its not in the root dir? #47

Closed PizzaConsole closed 3 years ago

PizzaConsole commented 3 years ago

My repo has 4 godot projects, should look like this "/root/game/godot.project" I cant get the workflow to find it though...

PizzaConsole commented 3 years ago

ok I figured it out, its "./game" ALSO I didnt realize that the default .gitignore has export_presets.cfg

firebelley commented 3 years ago

Glad you figured it out 👍