Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
areteruhiro authored Oct 21, 2024
1 parent 4849668 commit 71b9d24
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 71b9d24

Please sign in to comment.