From 9c4399aae28a43b4a0a2e85a346ebff30d2a5347 Mon Sep 17 00:00:00 2001 From: mirtlecn Date: Mon, 27 May 2024 10:03:15 +0800 Subject: [PATCH] ci: add missing opecc folder for all_dicts.zip --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7b76bb0..1b0fb96 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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 ..."