Skip to content

Commit 79c5d18

Browse files
authored
fix(CI): CI artifacts cannot reuse the same name
1 parent 552ac99 commit 79c5d18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-and-publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ jobs:
220220
- name: Upload wheel as CI artifacts
221221
uses: actions/upload-artifact@v4
222222
with:
223-
name: wheel-${{ github.run_id }}-${{ github.sha }}-${{ matrix.os }}
223+
name: wheel-${{ github.run_id }}-${{ github.sha }}-{{ runner.os }}_${{ runner.arch }}_Python{{ matrix.python_version }}
224224
path: ./dist/
225225
- name: Set cores to get stored in /cores
226226
if: ${{ matrix.os != 'windows-2022' }}

0 commit comments

Comments
 (0)