Skip to content

Commit a6a682d

Browse files
Set different names for upload steps, after migrate github actions to newer versions.
1 parent ab936af commit a6a682d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/main.yml

+2
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,7 @@ jobs:
180180

181181
- uses: actions/upload-artifact@v4
182182
with:
183+
name: build-results-windows
183184
path: ./wheelhouse/*.whl
184185

185186
- name: Upload Release Asset
@@ -232,6 +233,7 @@ jobs:
232233

233234
- uses: actions/upload-artifact@v4
234235
with:
236+
name: build-results-macos
235237
path: ./wheelhouse/*.whl
236238

237239
- name: Upload Release Asset

0 commit comments

Comments
 (0)