Skip to content

Commit d44d08c

Browse files
committed
merge multiple
1 parent f836d74 commit d44d08c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/post-release.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,16 +69,17 @@ jobs:
6969
- name: Download artifact
7070
uses: actions/download-artifact@v4
7171
with:
72+
merge-multiple: true
7273
path: .artifact
7374

7475
- name: List
75-
run: ls -hl .artifact/cjs-module-lexer-aarch64-apple-darwin
76+
run: ls -hlR .artifact
7677

7778
- name: Gzip Artifact
7879
run: gzip .artifact/*
7980

8081
- name: List
81-
run: ls -hl .artifact
82+
run: ls -hlR .artifact
8283

8384
- name: Publish release
8485
uses: softprops/action-gh-release@v2

0 commit comments

Comments
 (0)