tools for exporting godot projects via Github Actions
Diffstat (limited to '.github/actions/setup-godot/action.yml')
| -rw-r--r-- | .github/actions/setup-godot/action.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/actions/setup-godot/action.yml b/.github/actions/setup-godot/action.yml index e70378c..e37d948 100644 --- a/.github/actions/setup-godot/action.yml +++ b/.github/actions/setup-godot/action.yml @@ -43,7 +43,7 @@ runs: ls "${HOME}/${TEMPLATES_PATH}"| tr '\n' ' ' # gpm - if [[ -f godot.package ]] && chmod +x .github/post_export; then + if [[ -f godot.package ]]; then [[ ! -d addons ]] && mkdir addons git clone --depth 1 https://github.com/you-win/godot-package-manager mv godot-package-manager/addons/godot-package-manager addons/ |