Skip to content

Commit 705f8bf

Browse files
committed
zip release files
1 parent 0f33843 commit 705f8bf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ jobs:
2020
cache: "npm"
2121
- run: npm ci
2222
- run: npm run build
23+
- name: Zip build files
24+
run: cp action.yml out/action.yml && zip -r out.zip out
2325
- uses: softprops/action-gh-release@v1
2426
name: Release
2527
if: startsWith(github.ref, 'refs/tags/')
2628
with:
27-
files: |
28-
out/index.js
29-
action.yml
29+
files: out.zip

0 commit comments

Comments
 (0)