Skip to content

Commit fd4e434

Browse files
fix command
1 parent 8af11e2 commit fd4e434

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/prerelease.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ jobs:
147147
run: |
148148
pip install pytest sinter auditwheel
149149
150-
auditwheel show $(bazel-bin/*.whl)
150+
auditwheel show $(ls bazel-bin/*.whl)
151151
152152
pip install bazel-bin/*.whl
153153

0 commit comments

Comments
 (0)