File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 62
62
run : .github/workflows/build.sh
63
63
- uses : actions/upload-artifact@v4
64
64
with :
65
- name : ${{ inputs.artifacts-name }}
65
+ name : ${{ inputs.artifacts-name }}-${{ matrix.runs-on }}-${{ matrix.platform }}-${{ matrix.python }}
66
66
path : wheelhouse/*.whl
67
67
# Uncomment to get SSH access for testing
68
68
# - name: Setup tmate session
Original file line number Diff line number Diff line change 45
45
run : .github/workflows/build.sh
46
46
- uses : actions/upload-artifact@v4
47
47
with :
48
- name : ${{ inputs.artifacts-name }}
48
+ name : ${{ inputs.artifacts-name }}-${{ matrix.runs-on }}-${{ matrix.platform }}-${{ matrix.python }}
49
49
path : wheelhouse/*.whl
50
50
# Uncomment to get SSH access for testing
51
51
# - name: Setup tmate session
Original file line number Diff line number Diff line change 42
42
run : .github/workflows/build.ps1
43
43
- uses : actions/upload-artifact@v4
44
44
with :
45
- name : ${{ inputs.artifacts-name }}
45
+ name : ${{ inputs.artifacts-name }}-${{ matrix.runs-on }}-${{ matrix.platform }}-${{ matrix.python }}
46
46
path : wheelhouse/*.whl
47
47
# Uncomment to get SSH access for testing
48
48
# - name: Setup tmate session
You can’t perform that action at this time.
0 commit comments