You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: use PowerShell Get-FileHash for Windows checksum generation
- Replace certutil with PowerShell Get-FileHash command
- Get-FileHash is the standard Windows tool for hash generation
- Output format matches sha256sum format (hash + filename)
- Remove shell: bash to allow native shell execution on each platform
0 commit comments