diff --git a/.github/workflows/build-gdc.yml b/.github/workflows/build-gdc.yml index 820631f7..f7ab4f20 100644 --- a/.github/workflows/build-gdc.yml +++ b/.github/workflows/build-gdc.yml @@ -26,7 +26,6 @@ jobs: submodules: true - name: Setup 💻 run: | - cd tools/configurator mkdir -v -p build/${EXPORT_NAME}-Linux-64bit ~/.local/share/godot/export_templates mv /root/.local/share/godot/export_templates/${GODOT_VERSION}.stable ~/.local/share/godot/export_templates/${GODOT_VERSION}.stable - name: Import resources once 📦