Skip to content

Commit 0df22fa

Browse files
committed
Update post-release.yml
1 parent 211616d commit 0df22fa

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.github/workflows/post-release.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,5 +71,13 @@ jobs:
7171
with:
7272
path: .artifact
7373

74+
- name: Gzip Artifact
75+
run: gzip .artifact/*
76+
7477
- name: List
75-
run: ls .artifact
78+
run: ls -hl .artifact
79+
80+
- name: Publish release
81+
uses: softprops/action-gh-release@v2
82+
with:
83+
files: .artifact/cjs-module-lexer-*.gz

0 commit comments

Comments
 (0)