From 23caa5f9603cf3578b9025ba6242215d547d4d3a Mon Sep 17 00:00:00 2001 From: Syuugo Date: Sat, 20 Jan 2024 12:49:38 +0900 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E8=A1=8C=E3=82=92=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 多いので減らした --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 969aa1fb..7ad55208 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -58,7 +58,7 @@ jobs: if: github.event.inputs.release == 'true' run: | if [[ "${{ secrets.STORE_FILE }}" == "" ]]; then - echo -e "\nERROR!\nリリースするには、 署名鍵を設定する必要があります。\n\n" + echo -e "\nERROR!\nリリースするには、 署名鍵を設定する必要があります。\n" echo "STORE_FILE: JKS形式の署名鍵をBase64でエンコードした文字列" echo "STORE_PASSWORD: キーストアのパスワード" echo "KEY_ALIAS: 署名のエイリアス" @@ -67,7 +67,7 @@ jobs: exit 1 fi if [[ "${{ steps.check-tag.outputs.exists }}" == "true" ]]; then - echo -e "\nERROR!\n既に同じタグが存在します。\n\n" + echo -e "\nERROR!\n既に同じタグが存在します。\n" echo "build.gradle の versionName を変更してください" echo "" exit 1