diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f3f18d6b..9e3bb19d 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'