Skip to content

Commit

Permalink
Xamarin.Mac の選択肢を連想させる記述をカット
Browse files Browse the repository at this point in the history
  • Loading branch information
r-koubou committed Nov 16, 2023
1 parent e62ac17 commit 7f1e65c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
build-app-kind:
required: false
type: string
default: "CLI, WPF, Xamarin.Mac"
default: "CLI, WPF"
build-configuration:
required: true
type: string
Expand All @@ -23,7 +23,7 @@ on:
description: "Kind of Application"
required: false
type: string
default: "CLI, WPF, Xamarin.Mac"
default: "CLI, WPF"
build-configuration:
description: "Build configuration for msbuild"
required: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ jobs:
uses: ./.github/workflows/build.yml
secrets: inherit
with:
build-app-kind: "CLI, WPF, Xamarin.Mac"
build-app-kind: "CLI, WPF"
build-configuration: Debug

0 comments on commit 7f1e65c

Please sign in to comment.