From d78afbfc554f3be7cbdb87e621e339082a778e07 Mon Sep 17 00:00:00 2001 From: AmeKnite <104745335+ameknite@users.noreply.github.com> Date: Tue, 19 Sep 2023 13:49:10 -0600 Subject: [PATCH] no default options in manual workflow --- .github/workflows/release.yaml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index e481085..a24a7da 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -43,27 +43,21 @@ on: add_web: description: 'Build for Web:' type: boolean - default: true add_linux: description: 'Build for Linux:' type: boolean - default: true add_windows: description: 'Build for Windows:' type: boolean - default: true add_macos_intel: description: 'Build for MacOS Intel' type: boolean - default: true add_macos_apple_silicon: description: 'Build for MacOS Apple Silicon' type: boolean - default: true add_github_release: description: 'Publish to Github Release' type: boolean - default: true add_github_pages_release: description: 'Publish to Github Pages' type: boolean