Skip to content

Commit 8970c01

Browse files
committed
retry
1 parent fabbb4e commit 8970c01

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/github_workflows_build-all_3.14.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,5 +200,5 @@ jobs:
200200
shell: pwsh
201201
run: |
202202
$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
203+
& "$env:build_location\python\python.exe" -c "import sys;from wppm import hash; hash.print_hashes(sys.argv[1:])" .\publish_output\*64.* > $DESTFILE
204204
gc $DESTFILE

0 commit comments

Comments
 (0)