Why "cd $EXPORT_NAME" and git version #67
-
First of all, big thanks to what you're doing here. It makes our lives so much easier. I just finished a build action for my game server. On the way I had two problems which could resolve.
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
Beta Was this translation helpful? Give feedback.
cd $EXPORT_NAME
is required for the example project because the project files are under the "test-project" directory. If in your project the files (which I assume are at leastproject.godot
andexport_presets.cfg
) are in the root folder of the repository, then the change directory (cd) line is not required.