Skip to content

Commit

Permalink
try unique artifact name
Browse files Browse the repository at this point in the history
  • Loading branch information
valentinstn committed Oct 15, 2024
1 parent 731e6d0 commit 9799479
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Upload Python Wheel
uses: actions/upload-artifact@v4
with:
name: python-wheels-${{ matrix.machine }}-${{ matrix.cloud }}-${{ matrix.region }}-${{ matrix.arch }}-${{ matrix.distro }}-${{ matrix.stage }}-${{ matrix.theater }}
name: python-wheels-${{ matrix.os }}-${{ matrix.python-version }}
path: target/wheels/*.whl

- name: List Wheels
Expand Down

0 comments on commit 9799479

Please sign in to comment.