Skip to content

Commit 60d280e

Browse files
committed
WIP CI
1 parent d684982 commit 60d280e

File tree

1 file changed

+1
-14
lines changed

1 file changed

+1
-14
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -16,20 +16,7 @@ jobs:
1616
- name: Package zip
1717
uses: vimtor/action-zip@v1
1818
with:
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
19+
files: i18n/en_US.json i18n/ja_JP.json i18n/zh_CHT.json i18n/zh_CN.json icon.png preview.png index.css index.js plugin.json README.md README_zh_CN.md README_ja_JP.md README_zh_CHT.md
3320
dest: package.zip
3421

3522

0 commit comments

Comments
 (0)