We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68d6f4d commit 2071448Copy full SHA for 2071448
action.yml
@@ -2,14 +2,7 @@ name: 'Release archive with hash'
2
3
author: 'Daniel J. Ching'
4
5
-description: >
6
- Upload a source archive and hash at every tagged release.
7
-
8
- GitHub source archives are generated on demand and not guaranteed to have a
9
- constant hash. This is a problem when you try to verify that old releases have
10
- not changed. This tool uploads a release archive (that will have the same hash
11
- in perpetuity regardless of GitHubs archive cache invalidation) and a text file
12
- containing the hash of the archive.
+description: Upload a source archive and hash at every tagged release.
13
14
inputs:
15
0 commit comments