From f945f9abc130785ad2662557ee78d7c0b9ad9f70 Mon Sep 17 00:00:00 2001 From: mirtlecn Date: Thu, 12 Dec 2024 21:42:47 +0800 Subject: [PATCH] ci: update ci body message --- .github/workflows/release.yml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 46ee08619..f14134c19 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -81,7 +81,16 @@ jobs: if: startsWith(github.ref, 'refs/tags/') uses: "softprops/action-gh-release@v2" with: - body_path: ${{ github.workspace }}/others/CHANGELOG.md + body: | + ## 说明 + + - `README.md`:简易的使用说明 + - `full.zip` : 包含所有词典和方案文件 + - `cn_dicts.zip`:中文词库 + - `en_dicts.zip`:英文词库 + - `opencc.zip`:opencc 词库(emoji 等) + - `all_dicts.zip`:以上三个词库的整合 + - `LICENSE.txt`:开源协议 draft: true make_latest: true files: |