8000 Merge pull request #1812 from stonebig/master · winpython/winpython@80b3e79 · GitHub
[go: up one dir, main page]

Skip to content

Commit 80b3e79

Browse files
authored
Merge pull request #1812 from stonebig/master
retry
2 parents 092a54e + 07d2e13 commit 80b3e79

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -200,8 +200,8 @@ jobs:
200200
shell: pwsh
201201
run: |
202202
$DESTFILE="./publish_output/hashes.md"
203-
Get-ChildItem -Path ".\publish_output\*64.*"
203+
Get-ChildItem -Path ".\publish_output\*64*.*"
204204
# Get the list of files matching the pattern and pass them as arguments
205-
$filesToHash = Get-ChildItem -Path ".\publish_output\*64.*"
205+
$filesToHash = Get-ChildItem -Path ".\publish_output\*64*.*"
206206
& "$env:build_location\python\python.exe" -c "import sys;from wppm import hash; hash.print_hashes(sys.argv[1:])" @($filesToHash.FullName) | Out-File -FilePath $DESTFILE
207207
gc $DESTFILE

0 commit comments

Comments
 (0)
0