From 3e3bba11add1b7931b1da7ec72ce6f5d0779ca57 Mon Sep 17 00:00:00 2001 From: Ryo Yamashita Date: Mon, 2 Sep 2024 17:27:26 +0900 Subject: [PATCH] =?UTF-8?q?[skip=20ci]=20`inputs.name`=20=E2=86=92=20`inpu?= =?UTF-8?q?ts.target`?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Hiroshiba --- .github/workflows/build.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e05145e..2401494 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -7,13 +7,14 @@ on: version: description: "バージョン情報(A.BB.C / A.BB.C-preview.D)" required: true - name: - description: "名前" + target: + description: "ビルド対象" type: choice default: onnxruntime options: - onnxruntime - voicevox_onnxruntime + release: description: "リリースするかどうか" type: boolean