| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -98,7 +98,7 @@ runs: | |||
| 98 | 98 | shell: pwsh | |
| 99 | 99 | run: | | |
| 100 | 100 | $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" | ||
| 102 | 102 | $filesToHash = Get-ChildItem -Path ".\publish_output\*64*.*" | |
| 103 | 103 | & $pythonExe -c "import sys;from wppm import hash; hash.print_hashes(sys.argv[1:])" @($filesToHash.FullName) | Out-File -FilePath $DESTFILE | |
| 104 | 104 | gc $DESTFILE | |
| Back | FazBrowse Home | New Git URL |
0 commit comments