We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent adb4019 commit a98a2bbCopy full SHA for a98a2bb
2 files changed
.github/workflows/ci_build_jar.yml
@@ -44,7 +44,7 @@ jobs:
44
with:
45
repo_token: ${{ secrets.CHIVEHAO_TOKEN }}
46
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
+ asset_name: plugin-pan115-${{steps.get_version.outputs.version}}.jar
48
49
50
CHANGELOG.MD
@@ -2,6 +2,10 @@
2
3
更新日志文档,版本顺序从新到旧,最新版本在最前(上)面。
4
5
+# 1.0.10
6
+
7
+- 修正CI编译的文件名称
8
9
# 1.0.9
10
11
- 优化附件读取接口逻辑
0 commit comments