Skip to content

Commit

Permalink
ci: add missing opecc folder for all_dicts.zip
Browse files Browse the repository at this point in the history
  • Loading branch information
mirtlecn committed May 27, 2024
1 parent 1ac25b3 commit 9c4399a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
find . -maxdepth 1 -name "*.lua" -o -name "*.yaml" -o -name "*.txt" | zip dist/full.zip -@
zip -r dist/full.zip cn_dicts en_dicts lua opencc LICENSE
echo "Pack dicts ..."
zip -r dist/all_dicts.zip cn_dicts en_dicts radical_pinyin.dict.yaml
zip -r dist/all_dicts.zip cn_dicts en_dicts opencc radical_pinyin.dict.yaml
echo "Pack cn_dicts ..."
zip -r dist/cn_dicts.zip cn_dicts
echo "Pack en_dicts ..."
Expand Down

0 comments on commit 9c4399a

Please sign in to comment.