From 959432d8c2bfddfcba25fd72dc0c0622a9c1b461 Mon Sep 17 00:00:00 2001 From: monkeyx-net Date: Mon, 5 Aug 2024 17:53:32 +0100 Subject: [PATCH] On branch feat/godot-configurator Changes to be committed: modified: .github/workflows/build-configurator.yml --- .github/workflows/build-configurator.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build-configurator.yml b/.github/workflows/build-configurator.yml index 6a5b3e5f..21df1e3c 100644 --- a/.github/workflows/build-configurator.yml +++ b/.github/workflows/build-configurator.yml @@ -11,10 +11,10 @@ on: workflow_dispatch: jobs: - build: - + export_game: runs-on: ubuntu-latest - + + name: Export game steps: - name: checkout - uses: actions/checkout@v4 @@ -29,7 +29,6 @@ jobs: archive_output: true archive_root_folder: true export_as_pack: true - # This release action has worked well for me. However, you can most likely use any release action of your choosing. # https://github.com/ncipollo/release-action - name: create release