Skip to content

Commit a8fc538

Browse files
committed
GHA: Fix artifact name
1 parent 7319be4 commit a8fc538

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cd-wheel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ jobs:
202202
- id: upload
203203
uses: actions/upload-artifact@v4
204204
with:
205-
name: wheel-${{ matrix.os }}-${{ matrix.arch }}
205+
name: wheel-${{ inputs.mpiname }}-${{ matrix.os }}-${{ matrix.arch }}
206206
path: wheelhouse/*.whl
207207

208208
- id: check

0 commit comments

Comments
 (0)