Skip to content

Commit

Permalink
no default options in manual workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ameknite committed Sep 19, 2023
1 parent acf9573 commit d78afbf
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d78afbf

Please sign in to comment.