From 8970c01cc81ee6b9896a906f18d1ac2d9fe8d0b4 Mon Sep 17 00:00:00 2001 From: stonebig Date: Sat, 23 Aug 2025 21:35:38 +0200 Subject: [PATCH] retry --- .github/workflows/github_workflows_build-all_3.14.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/github_workflows_build-all_3.14.yml b/.github/workflows/github_workflows_build-all_3.14.yml index 84fada96..86ea2b5a 100644 --- a/.github/workflows/github_workflows_build-all_3.14.yml +++ b/.github/workflows/github_workflows_build-all_3.14.yml @@ -200,5 +200,5 @@ jobs: shell: pwsh run: | $DESTFILE="./publish_output/hashes.md" - & "$env:build_location\python\python.exe" -c "import sys;from wppm import hash; hash.print_hashes(sys.argv[1:])" publish_output\*64.* > $DESTFILE + & "$env:build_location\python\python.exe" -c "import sys;from wppm import hash; hash.print_hashes(sys.argv[1:])" .\publish_output\*64.* > $DESTFILE gc $DESTFILE \ No newline at end of file