From fcac2b7de2ce5564e233f67335edade2520cb1ad Mon Sep 17 00:00:00 2001 From: monkeyx-net Date: Mon, 5 Aug 2024 19:06:12 +0100 Subject: [PATCH] On branch feat/godot-configurator Changes to be committed: modified: .github/workflows/build-configurator.yml --- .github/workflows/build-configurator.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build-configurator.yml b/.github/workflows/build-configurator.yml index 4239ab4d..e8741476 100644 --- a/.github/workflows/build-configurator.yml +++ b/.github/workflows/build-configurator.yml @@ -29,11 +29,11 @@ jobs: relative_export_path: ../../ archive_output: true - - name: Upload Linux artifact - uses: actions/upload-artifact@v4 - with: - name: Godot Linux Configurator - path: /home/runner/work/linux.zip + # - name: Upload Linux artifact + # uses: actions/upload-artifact@v4 + # with: + # name: Godot Linux Configurator + # path: /home/runner/work/linux.zip - name: create release