Skip to content

Commit 107710a

Browse files
committed
ci: what did we learn about copy pasting now
1 parent 54979d9 commit 107710a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_wheels.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252

5353
- uses: actions/upload-artifact@v4
5454
with:
55-
name: wheel-${{ matrix.runs-on }}
55+
name: wheel-${{ matrix.os }}
5656
path: ./wheelhouse/*.whl
5757

5858
upload_wheels:
@@ -72,7 +72,7 @@ jobs:
7272

7373
- uses: actions/download-artifact@v4
7474
with:
75-
name: wheel-${{ matrix.runs-on }}
75+
name: wheel-${{ matrix.os }}
7676
path: dist
7777

7878
- name: Publish package

0 commit comments

Comments
 (0)