Skip to content

Commit 104bf69

Browse files
authored
Fix ls on new wheels (#163)
1 parent 90b87de commit 104bf69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-riscv64.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ jobs:
120120
if: env.RELEASE == 'true'
121121
shell: sh
122122
run: |
123-
(cd dist/; ls ${{ inputs.package_name }}-*.whl) > new_wheel_list
123+
(cd dist/; ls chiavdf-*.whl) > new_wheel_list
124124
cat new_wheel_list | xargs -I % sh -c 'ls -l dist/%'
125125
126126
- name: Choose wheels to upload

0 commit comments

Comments
 (0)