Skip to content

Commit ecacf35

Browse files
committed
WIP CI
1 parent 9aaf6f3 commit ecacf35

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

.github/workflows/release.yml

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,20 @@ jobs:
1616
- name: Package zip
1717
uses: vimtor/action-zip@v1
1818
with:
19-
files: i18n/* icon.png preview.png index.css index.js plugin.json README*.md
19+
files: |
20+
i18n/en_US.json
21+
i18n/ja_JP.json
22+
i18n/zh_CHT.json
23+
i18n/zh_CN.json
24+
icon.png
25+
preview.png
26+
index.css
27+
index.js
28+
plugin.json
29+
README.md
30+
README_zh_CN.md
31+
README_ja_JP.md
32+
README_zh_CHT.md
2033
dest: package.zip
2134

2235

0 commit comments

Comments
 (0)