You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using my limited knowledge of the GitUp build infrastructure, I have attempted to add a new build step to generate the digest file in attempt to make it easy for you to upload the SHA file when uploading GitUp.zip.
If you think this code change is helpful or would like more changes, please let me know and I can open a pull request.
Requesting each release provide a SHA output for the
GitUp.zip
file so users can validate the integrity of the release binaries.An example is how
openssl
releases have SHA output filesopenssl-*.tar.gz.sha256
alongside the release files.https://github.com/openssl/openssl/releases
Example generating SHA256 for GitUp release v1.4.2 using macOS builtin
shasum
Example of macOS users verifying the SHA with the zip
The text was updated successfully, but these errors were encountered: