diff --git a/.github/workflows/composite/buildSetup/action.yml b/.github/workflows/composite/buildSetup/action.yml index 8bb1dd6b..f31a6bd2 100644 --- a/.github/workflows/composite/buildSetup/action.yml +++ b/.github/workflows/composite/buildSetup/action.yml @@ -37,5 +37,5 @@ runs: shell: bash run: | mkdir -v -p ~/.local/share/godot/templates - mv /root/.local/share/godot/templates/${GODOT_VERSION}.stable.mono ~/.local/share/godot/templates/${GODOT_VERSION}.stable.mono + mv /root/.local/share/godot/export_templates/${GODOT_VERSION}.stable.mono ~/.local/share/godot/export_templates/${GODOT_VERSION}.stable.mono