Skip to content

Commit 3e605f7

Browse files
committed
Fix wheel upload from CI.
1 parent 343ed5a commit 3e605f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
- name: Archive Wheels
6464
uses: actions/upload-artifact@v2
6565
with:
66-
name: ${{ matrix.env.TARGET }}
66+
name: ${{ matrix.image }}
6767
path: dist/*.whl
6868
if-no-files-found: ignore
6969

0 commit comments

Comments
 (0)