diff --git a/.github/workflows/build-configurator.yml b/.github/workflows/build-configurator.yml index 6c3aa282..495bf5c3 100644 --- a/.github/workflows/build-configurator.yml +++ b/.github/workflows/build-configurator.yml @@ -26,13 +26,11 @@ jobs: godot_executable_download_url: https://download.tuxfamily.org/godotengine/4.2.2/Godot_v4.2.2-stable_linux.x86_64.zip godot_export_templates_download_url: https://download.tuxfamily.org/godotengine/4.2.2/Godot_v4.2.2-stable_export_templates.tpz relative_project_path: ./tools/configurator - relative_export_path: ../../ + # relative_export_path: ../../ archive_output: true - archive_root_folder: true - export_as_pack: true - name: Upload Linux artifact uses: actions/upload-artifact@v4 with: name: Godot Linux Configurator - path: /home/runner/work/linux.zip \ No newline at end of file + path: /home/runner/work/linux.zip