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 @@ -213,5 +213,5 @@ jobs:
213
213
- name : Upload Distributions
214
214
uses : actions/upload-artifact@v2
215
215
with :
216
- name : cpython -${{ matrix.triple }}
216
+ name : ${{ matrix.py }} -${{ matrix.triple }}
217
217
path : dist/*
Original file line number Diff line number Diff line change @@ -191,5 +191,5 @@ jobs:
191
191
- name : Upload Distribution
192
192
uses : actions/upload-artifact@v2
193
193
with :
194
- name : cpython -${{ matrix.triple }}
194
+ name : ${{ matrix.py }} -${{ matrix.triple }}
195
195
path : dist/*
Original file line number Diff line number Diff line change 90
90
- name : Upload Distributions
91
91
uses : actions/upload-artifact@v2
92
92
with :
93
- name : cpython-windows
93
+ name : ${{ matrix.py }}-${{ matrix.vcvars }}
94
94
path : dist/*
You can’t perform that action at this time.
0 commit comments