From 7f1e65cf1928c5b38d4be93aed93773c0afed649 Mon Sep 17 00:00:00 2001 From: "Hiroaki@R-koubou" Date: Fri, 17 Nov 2023 01:48:21 +0900 Subject: [PATCH] =?UTF-8?q?Xamarin.Mac=20=E3=81=AE=E9=81=B8=E6=8A=9E?= =?UTF-8?q?=E8=82=A2=E3=82=92=E9=80=A3=E6=83=B3=E3=81=95=E3=81=9B=E3=82=8B?= =?UTF-8?q?=E8=A8=98=E8=BF=B0=E3=82=92=E3=82=AB=E3=83=83=E3=83=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build.yml | 4 ++-- .github/workflows/build_develop.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 660a309f..0c6d4d34 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 @@ -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 diff --git a/.github/workflows/build_develop.yml b/.github/workflows/build_develop.yml index 3e6c3ef1..8a2f4faf 100644 --- a/.github/workflows/build_develop.yml +++ b/.github/workflows/build_develop.yml @@ -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