-
Notifications
You must be signed in to change notification settings - Fork 0
Closed
Labels
Milestone
Description
Problem
- Release SHA256SUMS.txt currently omits cloudsqlctl-windows-x64.zip, even though the zip is published as a release asset.
- This weakens release integrity checks for users/package managers (Scoop/winget/choco) that depend on the zip hash.
Acceptance criteria
- ools/stage-artifacts.ps1 writes SHA256 entries for:
- cloudsqlctl.exe
- cloudsqlctl-setup.exe
- cloudsqlctl-windows-x64.zip
- Release workflow uploads the updated SHA256SUMS.txt.
Test plan
- Run
pm run stage and confirm �rtifacts/SHA256SUMS.txt contains a line for cloudsqlctl-windows-x64.zip.