Skip to content

Commit 54b69a4

Browse files
committed
fix wheel name for artifact upload
1 parent 5c947eb commit 54b69a4

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
@@ -130,7 +130,7 @@ jobs:
130130

131131
- uses: actions/upload-artifact@v3
132132
with:
133-
path: dist/openblas*.tar.gz
133+
path: dist/openblas*.whl
134134

135135
- name: Upload
136136
run: |

0 commit comments

Comments
 (0)