File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed
Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change 22Upload a source archive and hash at every tagged release.
33
44GitHub source archives are generated on demand and not guaranteed to have a
5- constant hash. This is a problem when you try to verify that old releases have
6- not changed. This tool uploads a release archive (that will have the same hash
7- in perpetuity regardless of GitHubs archive cache invalidation) and a text file
8- containing the hash of the archive.
5+ consistent hash; e.g. a source archive at a specific commit may have a
6+ different hash 6 months from now! This is a problem when trying to verify that
7+ old releases have not changed.
8+
9+ This tool uploads a release archive (that will have the same hash in perpetuity
10+ regardless of GitHub's source downloads cache invalidation schedule) and a text
11+ file containing the hash of the archive.
912
1013
1114``` yaml
You can’t perform that action at this time.
0 commit comments