Skip to content

Commit a98a2bb

Browse files
committed
修正CI编译的文件名称
1 parent adb4019 commit a98a2bb

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/ci_build_jar.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
with:
4545
repo_token: ${{ secrets.CHIVEHAO_TOKEN }}
4646
file: /home/runner/work/plugin-pan115/plugin-pan115/build/libs/plugin-pan115-${{steps.get_version.outputs.version}}.jar
47-
asset_name: plugin-bgmtv-${{steps.get_version.outputs.version}}.jar
47+
asset_name: plugin-pan115-${{steps.get_version.outputs.version}}.jar
4848

4949

5050

CHANGELOG.MD

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
更新日志文档,版本顺序从新到旧,最新版本在最前(上)面。
44

5+
# 1.0.10
6+
7+
- 修正CI编译的文件名称
8+
59
# 1.0.9
610

711
- 优化附件读取接口逻辑

0 commit comments

Comments
 (0)