Skip to content

Commit 84ca5e4

Browse files
committed
change artifact name
1 parent 416c824 commit 84ca5e4

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/build_wheels.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,10 @@ jobs:
6060
- name: Upload Artifact
6161
uses: actions/upload-artifact@v4
6262
with:
63-
name: filepattern-wheels-${{ github.run_id }}-${{ github.run_attempt }}-${{ matrix.os }}-${{ matrix.cibw_archs }}
63+
name: filepattern-wheels-${{ matrix.cibw_build%? }}
6464
path: dist/*.whl
6565
retention-days: 1
66+
6667
build_wheels_apple_silicon:
6768
name: Build wheels on ${{ matrix.os }}
6869
runs-on: ${{ matrix.os }}
@@ -109,6 +110,6 @@ jobs:
109110
- name: Upload Artifact
110111
uses: actions/upload-artifact@v4
111112
with:
112-
name: filepattern-wheels--${{ github.run_id }}-${{ github.run_attempt }}-${{ matrix.os }}-${{ matrix.cibw_archs }}
113+
name: filepattern-wheels-${{ matrix.cibw_build%? }}
113114
path: dist/*.whl
114115
retention-days: 1

0 commit comments

Comments
 (0)