From 45dd76ee3b1be9e4f24deb31caacb3a0d4b58d5c Mon Sep 17 00:00:00 2001 From: monkeyx-net Date: Sun, 4 Aug 2024 22:15:03 +0100 Subject: [PATCH] On branch feat/godot-configurator Changes to be committed: modified: .github/workflows/build-configurator.yml --- .github/workflows/build-configurator.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-configurator.yml b/.github/workflows/build-configurator.yml index 5b2577db..62ede0bc 100644 --- a/.github/workflows/build-configurator.yml +++ b/.github/workflows/build-configurator.yml @@ -33,4 +33,4 @@ jobs: uses: actions/upload-artifact@v4 with: name: Godot Linux Configurator - path: /home/runner/work/configurator.pck \ No newline at end of file + path: /home/runner/work/configurator.x86_64.pck \ No newline at end of file