Skip to content

Commit

Permalink
pref(opencc): 在 CI 中加入转化 opencc 字典逻辑(暂未启用) #1159
Browse files Browse the repository at this point in the history
  • Loading branch information
mirtlecn committed Feb 9, 2025
1 parent a07cdd0 commit 0a1653d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,10 @@ jobs:
- name: Pack dicts
run: |
## 备用 Prepare opencc dict, 启用后 emoji.json 也要做改动
# apt install opencc
# opencc_dict -i opencc/emoji.txt -o opencc/emoji.ocd2 -f text -t ocd2
mkdir dist
echo "Pack all ..."
find . -maxdepth 1 -name "*.lua" -o -name "*.yaml" -o -name "*.txt" | zip dist/full.zip -@
Expand Down

0 comments on commit 0a1653d

Please sign in to comment.