Skip to content

Commit a5761c0

Browse files
committed
Removes arch variable from artifacts name as it is empty.
1 parent 0944801 commit a5761c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/wheel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ jobs:
100100
- name: Upload artifact
101101
uses: actions/upload-artifact@v4
102102
with:
103-
name: artifacts-${{ matrix.os }}-${{ matrix.arch }}
103+
name: artifacts-${{ matrix.os }}
104104
path: python/wheelhouse/*
105105
overwrite: true
106106

0 commit comments

Comments
 (0)