cmux/.github/workflows
Lawrence Chen fc1de08561
Fix homebrew SHA mismatch race condition (#111)
Root cause: update-homebrew.yml triggered on release:published, which fires
before softprops/action-gh-release finishes uploading assets. The workflow
downloaded a 404 page instead of the DMG and committed its SHA.

Fix:
- Change trigger from release:published to workflow_run (fires after the
  release workflow completes, guaranteeing assets are uploaded)
- Add download validation with retries and file size checks
- Add SHA verification step before committing to the cask
- Add homebrew cask update to build-sign-upload.sh for local releases
- Add regression test (tests/test_homebrew_sha.sh)
- Update /release and /release-local skills with homebrew verification steps

Fixes #110
2026-02-19 17:44:00 -08:00
..
ci.yml Merge pull request #83 from manaflow-ai/perf/portal-hosting-selected-mount 2026-02-18 22:31:45 -08:00
nightly.yml Fix menubar lag in production builds caused by hardened runtime 2026-02-16 03:26:33 -08:00
release.yml Fix menubar lag on M1 Macs by using universal xcframework target (#93) 2026-02-18 22:09:13 -08:00
update-homebrew.yml Fix homebrew SHA mismatch race condition (#111) 2026-02-19 17:44:00 -08:00