Skip to content

Commit 4c503d4

Browse files
committed
retry
1 parent 2e6d9b2 commit 4c503d4

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -197,8 +197,8 @@ jobs:
197197
retention-days: 66 # keeps artifact for 66 days
198198

199199
- name: generate hashes wppm style
200-
shell: bash
200+
shell: pwsh
201201
run: |
202202
DESTFILE="./publish_output/hashes.md"
203-
python -c "import sys;from wppm import hash; hash.print_hashes(sys.argv[1:])" publish_output/*64.* > $DESTFILE
204-
cat $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
204+
gc $DESTFILE

0 commit comments

Comments
 (0)