diff --git a/.github/workflows/build-godot.yml b/.github/workflows/build-godot.yml index c94aaac3..8c6bf36e 100644 --- a/.github/workflows/build-godot.yml +++ b/.github/workflows/build-godot.yml @@ -3,14 +3,6 @@ run-name: Build Godot Configurator(DEBUG) for RetroDECK on: workflow_dispatch: inputs: - build_target: - description: 'Select the build target' - required: true - default: 'debug' - type: choice - options: - - debug - - release job_target: description: 'Select the platform' required: true