Skip to content

Commit b031645

Browse files
committed
ci: Fix error in workflow
1 parent f4ab1e5 commit b031645

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,12 +69,12 @@ jobs:
6969
- name: Download source packages
7070
uses: actions/download-artifact@v4
7171
with:
72-
pattern: dist-${{ matrix.version }}-*
72+
pattern: dist-*
7373
path: dist
7474
- name: Download wheels
7575
uses: actions/download-artifact@v4
7676
with:
77-
pattern: wheels-${{ matrix.version }}-*
77+
pattern: wheels-*
7878
path: dist
7979
merge-multiple: true
8080
- name: List dir content

0 commit comments

Comments
 (0)