Skip to content

Commit bebf35b

Browse files
authored
Download artifact from prebuilds job (#172)
1 parent 677bd2f commit bebf35b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
- uses: actions/checkout@v2
5555
- uses: actions/download-artifact@v4
5656
with:
57-
merge-multiple: true
57+
name: prebuilds
5858
- uses: actions/setup-node@v3
5959
with:
6060
registry-url: 'https://registry.npmjs.org'

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- uses: actions/checkout@v2
2626
- uses: actions/download-artifact@v4
2727
with:
28-
merge-multiple: true
28+
name: prebuilds
2929
- uses: actions/setup-node@v3
3030
with:
3131
registry-url: 'https://registry.npmjs.org'

0 commit comments

Comments
 (0)