mirror of
https://github.com/outbackdingo/UltraGrid.git
synced 2026-03-20 14:40:10 +00:00
compute SHA256 checksums for builds this is useful at least for 2 reasons: 1. user can ensure that the build comes really from the CI (isn't tampered) 2. can identify or match version with appropriate action run (the $VERSION is usually always "continuous", except for releases) The sha256 sum is currently only show in the protocol, not uploaded to GH releases - this doesn't seem to be needed because GH currently already prints the checksum by itself on the download (releases) page. Skip computing checksum in Win when uplad-artifact is used - the zip is actually created by the Action so we cannot compute the checksum on it. /sbin/sha256sum is not present in CI mac workers for some reason