Skip to content

Commit 5af32e7

Browse files
authored
Use unique names for artifacts (#2024)
1 parent 61d795e commit 5af32e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/buildRyzenWheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ jobs:
231231
uses: actions/upload-artifact@v4
232232
with:
233233
path: wheelhouse/repaired_wheel/aie_python_bindings*.whl
234-
name: ryzen_ai_wheel
234+
name: ryzen_ai_wheel-python-${{ matrix.python_version }}
235235

236236
- name: Release current commit
237237
if: github.event_name == 'workflow_dispatch' || github.event_name == 'schedule'

0 commit comments

Comments
 (0)