Skip to content

Commit 27a4d6a

Browse files
committed
Download
1 parent 6b4c3f6 commit 27a4d6a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/dist.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,8 +153,9 @@ jobs:
153153

154154
- uses: actions/download-artifact@v4
155155
with:
156-
name: "pypi-other-${{ runner.os }}-${{ runner.arch }}"
156+
pattern: "pypi-other-${{ runner.os }}-*"
157157
path: dist-other
158+
merge-multiple: true
158159

159160
#
160161
# Platform specific setup

0 commit comments

Comments
 (0)