From 3a9e14bc86bcc4da2e87359cf82c3683b0e0e09c Mon Sep 17 00:00:00 2001 From: Syuugo Date: Sat, 20 Jan 2024 12:18:34 +0900 Subject: [PATCH] =?UTF-8?q?=E5=A4=89=E6=95=B0=E5=90=8D=E3=82=92=E4=BF=AE?= =?UTF-8?q?=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ca9e252d..a18aa9cf 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -50,7 +50,7 @@ jobs: } >> $GITHUB_ENV - name: Release check - if: inputs.release == 'true' + if: github.event.inputs.release == 'true' run: | if [[ "${{ secrets.STORE_FILE }}" == "" ]]; then echo -e "\nERROR!\n\nリリースするには、 署名鍵を設定する必要があります。\n\n"