We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60d280e commit 5fc34ebCopy full SHA for 5fc34eb
.github/workflows/release.yml
@@ -16,7 +16,7 @@ jobs:
16
- name: Package zip
17
uses: vimtor/action-zip@v1
18
with:
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
+ files: i18n icon.png preview.png index.css index.js plugin.json README.md README_zh_CN.md README_ja_JP.md README_zh_CHT.md
20
dest: package.zip
21
22
0 commit comments