From e9f5f0b2fb3d417b40c54431cf187204f890cc8c Mon Sep 17 00:00:00 2001 From: monkeyx-net Date: Sun, 4 Aug 2024 22:01:04 +0100 Subject: [PATCH] On branch feat/godot-configurator Changes to be committed: modified: .github/workflows/build-configurator.yml --- .github/workflows/build-configurator.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build-configurator.yml b/.github/workflows/build-configurator.yml index 09bde395..98192641 100644 --- a/.github/workflows/build-configurator.yml +++ b/.github/workflows/build-configurator.yml @@ -27,9 +27,10 @@ jobs: relative_export_path: ../../ archive_output: false 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.pck \ No newline at end of file