Skip to content

Commit

Permalink
detail-view of golden hash: print each file
Browse files Browse the repository at this point in the history
  • Loading branch information
artoonie committed Feb 22, 2024
1 parent 3749b4b commit 4dbc6d1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/actions/sha-of-zip.bat
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,7 @@ sort "%HASHFILE_PATH_STRIPPED%" > "%HASHFILE_SORTED%"

C:\Windows\System32\certutil.exe -hashfile %HASHFILE_SORTED% SHA%SHA_A% | findstr /v ":"

:: after printing the golden hash, print the details: hash of each file
type "%HASHFILE_SORTED%"

endlocal

0 comments on commit 4dbc6d1

Please sign in to comment.