yeslayla / build-godot-action

GitHub action that builds a Godot project for multiple platforms
https://github.com/josephbmanley/build-godot-action
MIT License
116 stars 24 forks source link

Space in projectDir will fail the build #20

Closed stonedDiscord closed 1 year ago

stonedDiscord commented 1 year ago

If there is a space in the projectDir parameter, the cd to the directory will fail, trying to only cd into the folder name before the space.

Building client for 
/entrypoint.sh: 22: cd: can't cd to CC

https://github.com/yeslayla/build-godot-action/blob/master/entrypoint.sh#L22