From adca0027b56a786617d358dbd4e408c7fe8c6811 Mon Sep 17 00:00:00 2001 From: monkeyx-net Date: Mon, 5 Aug 2024 21:02:01 +0100 Subject: [PATCH] On branch feat/godot-configurator Changes to be committed: modified: ../../.github/workflows/build-gdc.yml --- .github/workflows/build-gdc.yml | 1 - 1 file changed, 1 deletion(-) 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 📦