Skip to content
This repository was archived by the owner on Oct 31, 2025. It is now read-only.

Commit d3742f7

Browse files
author
Sujaykumar Hublikar
committed
update workflow
1 parent c4cf37e commit d3742f7

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -65,13 +65,7 @@ jobs:
6565
# publish release
6666
- uses: papeloto/action-zip@v1
6767
with:
68-
files: |
69-
dist/plugin.js
70-
dist/plugin.min.js
71-
src/plugin.js
72-
package.json
73-
README.md
74-
LICENSE.txt
68+
files: dist/plugin.js dist/plugin.min.js src/plugin.js package.json README.md LICENSE.txt
7569
recursive: false
7670
dest: dist.zip
7771
- run: sha256sum dist.zip >> dist.zip.sha256

0 commit comments

Comments
 (0)