We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90b87de commit 104bf69Copy full SHA for 104bf69
.github/workflows/build-riscv64.yml
@@ -120,7 +120,7 @@ jobs:
120
if: env.RELEASE == 'true'
121
shell: sh
122
run: |
123
- (cd dist/; ls ${{ inputs.package_name }}-*.whl) > new_wheel_list
+ (cd dist/; ls chiavdf-*.whl) > new_wheel_list
124
cat new_wheel_list | xargs -I % sh -c 'ls -l dist/%'
125
126
- name: Choose wheels to upload
0 commit comments