Skip to content

Commit

Permalink
ci: update ci body message
Browse files Browse the repository at this point in the history
  • Loading branch information
mirtlecn committed Dec 12, 2024
1 parent a0aa1ad commit f945f9a
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit f945f9a

Please sign in to comment.