We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 343ed5a commit 3e605f7Copy full SHA for 3e605f7
.github/workflows/ci.yml
@@ -63,7 +63,7 @@ jobs:
63
- name: Archive Wheels
64
uses: actions/upload-artifact@v2
65
with:
66
- name: ${{ matrix.env.TARGET }}
+ name: ${{ matrix.image }}
67
path: dist/*.whl
68
if-no-files-found: ignore
69
0 commit comments