8000 Merge pull request #1811 from stonebig/master · winpython/winpython@092a54e · GitHub
[go: up one dir, main page]

Skip to content

Commit 092a54e

Browse files
authored
Merge pull request #1811 from stonebig/master
retry
2 parents a17a9d0 + 2086855 commit 092a54e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,8 @@ jobs:
200200
shell: pwsh
201201
run: |
202202
$DESTFILE="./publish_output/hashes.md"
203+
Get-ChildItem -Path ".\publish_output\*64.*"
203204
# Get the list of files matching the pattern and pass them as arguments
204-
$filesToHash = Get-ChildItem -Path ".\publish_output\WinPython*64.*"
205+
$filesToHash = Get-ChildItem -Path ".\publish_output\*64.*"
205206
& "$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
206207
gc $DESTFILE

0 commit comments

Comments
 (0)
0