From 71b9d24ccc81d8957c13835e33e0108d34c30ce0 Mon Sep 17 00:00:00 2001 From: areteruhiro <108941410+areteruhiro@users.noreply.github.com> Date: Mon, 21 Oct 2024 21:51:15 +0900 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f3f18d6..9e3bb19 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -121,9 +121,10 @@ jobs: if: github.event.inputs.lspatch == 'true' with: name: LINE-${{ env.line_ver }}@${{ env.commit }} - path: line-${{ env.line_ver }}-*-lspatched.apk + path: line-14-16-0-*-lspatched.apk # 変更点: ワイルドカードを使って正しいファイルを指定 if-no-files-found: error + - name: Release uses: softprops/action-gh-release@v2 if: github.event.inputs.release == 'true'