mirror of
https://github.com/NanmiCoder/cc-haha
synced 2026-07-15 12:53:31 +08:00
Unsigned builds ship manual downloads only, so the macOS auto-update zip (~187MB) and the blockmaps just clutter the release page and dev artifacts. - release-desktop.yml: stop attaching *.zip / *.blockmap to the GitHub Release; users now see DMG/exe/AppImage/deb + install-macos-unsigned.sh. - build-desktop-dev.yml: stop collecting *.zip / *.blockmap into the dev artifact for the same reason. - electron-builder still produces dmg+zip and the whole updater-metadata pipeline (latest*.yml merge/validate) is untouched, so auto-update can be re-enabled later by restoring the two asset globs. - sync release-workflow.test.ts dev-artifact assertion accordingly. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>