mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-09-10 10:35:51 +00:00
58717c759a
Following best practices for release format transitions: - build-release.sh now generates both formats from same sha256sum run - Workflow uploads both checksums.txt and individual .sha256 files - Validation ensures both formats exist and match This provides a safe transition period for users with older install scripts while maintaining the cleaner checksums.txt format going forward. After 2-3 releases when most users have updated scripts, we can remove .sha256 generation. Related: Install script already supports both formats (falls back gracefully).