Skip to content

Commit

Permalink
Fix ls on new wheels (#163)
Browse files Browse the repository at this point in the history
  • Loading branch information
cmmarslender authored Feb 6, 2024
1 parent 90b87de commit 104bf69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-riscv64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ jobs:
if: env.RELEASE == 'true'
shell: sh
run: |
(cd dist/; ls ${{ inputs.package_name }}-*.whl) > new_wheel_list
(cd dist/; ls chiavdf-*.whl) > new_wheel_list
cat new_wheel_list | xargs -I % sh -c 'ls -l dist/%'
- name: Choose wheels to upload
Expand Down

0 comments on commit 104bf69

Please sign in to comment.