Skip to content

Commit cd1e7da

Browse files
committed
Do not download unnecessary artifacts
1 parent 8100772 commit cd1e7da

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -286,6 +286,8 @@ jobs:
286286

287287
- name: Download artifacts
288288
uses: actions/download-artifact@v4
289+
with:
290+
pattern: binaries-*
289291

290292
- name: Move artifacts
291293
run: ./scripts/moveArtifacts.sh

0 commit comments

Comments
 (0)