Skip to content

Commit 11dad36

Browse files
committed
fix artifact same-name error due to shift to upload-artifact@v4
1 parent aa14635 commit 11dad36

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/pypi.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ jobs:
4949

5050
- uses: actions/upload-artifact@v4
5151
with:
52+
name: ${{ matrix.machine }}-${{ matrix.cloud }}-${{ matrix.region }}-${{ matrix.arch }}-${{ matrix.distro }}-${{ matrix.stage }}-${{ matrix.theater }}
5253
path: ./wheelhouse/*.whl
5354

5455
pypi:

0 commit comments

Comments
 (0)