Skip to content

Commit 5219054

Browse files
committed
simplify by changing hashes.md name
1 parent cdb892c commit 5219054

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/actions/publish-winpython/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ runs:
9898
shell: pwsh
9999
run: |
100100
$pythonExe = Join-Path "${{ inputs.build_location }}" "python\python.exe"
101-
$DESTFILE = "./publish_output/hashes.md"
101+
$DESTFILE = Join-Path ".\publish_output" "hashes_${{ inputs.winpy_ver }}.md"
102102
$filesToHash = Get-ChildItem -Path ".\publish_output\*64*.*"
103103
& $pythonExe -c "import sys;from wppm import hash; hash.print_hashes(sys.argv[1:])" @($filesToHash.FullName) | Out-File -FilePath $DESTFILE
104104
gc $DESTFILE

0 commit comments

Comments
 (0)