mirror of
https://github.com/areteruhiro/LIME-beta-hiro.git
synced 2025-02-11 07:51:37 +09:00
Update build.yml
This commit is contained in:
parent
a387ee5c6e
commit
f77496adab
13
.github/workflows/build.yml
vendored
13
.github/workflows/build.yml
vendored
@ -131,7 +131,18 @@ 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: |
|
||||
# 更新内容
|
||||
|
||||
## 対応するLINEのバージョン
|
||||
${{ env.line_ver }}
|
||||
|
||||
### 差分
|
||||
https://github.com/${{ github.repository }}/compare/${{ steps.previous.outputs.tag }}...${{ env.version }}
|
||||
|
||||
body: |
|
||||
# 更新内容
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user