Skip to content

Commit 5f5725b

Browse files
committed
fix wheel name for artifact upload
1 parent d71a56a commit 5f5725b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/posix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ jobs:
107107

108108
- uses: actions/upload-artifact@v3
109109
with:
110-
path: dist/openblas*.tar.gz
110+
path: dist/openblas*.whl
111111

112112
- name: Upload
113113
run: |

0 commit comments

Comments
 (0)