Skip to content

Commit 36eecb1

Browse files
committed
fix artifacts source
1 parent dc3d11c commit 36eecb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -567,7 +567,7 @@ jobs:
567567
- name: Download artifacts
568568
uses: actions/download-artifact@v4
569569
with:
570-
name: npm-packages
570+
pattern: "@(binaries-*|rewatch-*|lib-ocaml)"
571571

572572
- name: Move artifacts into packages
573573
run: .github/workflows/moveArtifacts.sh

0 commit comments

Comments
 (0)