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 5c40383 commit 1c71d3c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,9 @@ jobs:
tag_name: ${{ env.version }}
draft: false
prerelease: false
files: ${{ env.repo }}-${{ env.version }}.apk
files: |
${{ env.repo }}-${{ env.version }}.apk
line-${{ env.line_ver }}-*-lspatched.apk # ここを追加
body: |
# 更新内容
Expand Down

0 comments on commit 1c71d3c

Please sign in to comment.