Skip to content

Commit 85d4422

Browse files
committed
1 parent 20d8fee commit 85d4422

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393

9494
- uses: actions/upload-artifact@v4
9595
with:
96-
name: dist
96+
name: dist-${{ matrix.only }}
9797
path: wheelhouse/*.whl
9898

9999

@@ -113,8 +113,9 @@ jobs:
113113

114114
- uses: actions/download-artifact@v4
115115
with:
116-
name: dist
117116
path: dist/
117+
pattern: dist-*
118+
merge-multiple: true
118119

119120
- run: ls -ltra dist/
120121

0 commit comments

Comments
 (0)