diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index e8711a1..b2e82c7 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -21,7 +21,7 @@ on: build_linux: description: 'Build for Linux' required: false - default: true + default: false type: boolean build_macos: description: 'Build for macOS' @@ -37,7 +37,7 @@ on: description: 'Build type' required: true default: 'release' - type: choice + type: debug options: - release - debug