We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c503d4 commit fabbb4eCopy full SHA for fabbb4e
1 file changed
.github/workflows/github_workflows_build-all_3.14.yml
@@ -199,6 +199,6 @@ jobs:
199
- name: generate hashes wppm style
200
shell: pwsh
201
run: |
202
- DESTFILE="./publish_output/hashes.md"
+ $DESTFILE="./publish_output/hashes.md"
203
& "$env:build_location\python\python.exe" -c "import sys;from wppm import hash; hash.print_hashes(sys.argv[1:])" publish_output\*64.* > $DESTFILE
204
gc $DESTFILE
0 commit comments