Skip to content

Commit bc64d92

Browse files
tools: Capture Shasums for current version only
Fixes #8753. Changelog-None: Release process fix.
1 parent ed43977 commit bc64d92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/build-release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ fi
223223
if [ -z "${TARGETS##* sign *}" ]; then
224224
echo "Signing Release"
225225
cd release/ || exit
226-
sha256sum clightning-"$VERSION"* > SHA256SUMS-"$VERSION"
226+
sha256sum clightning-"$VERSION"-*.tar.* clightning-"$VERSION".zip > SHA256SUMS-"$VERSION"
227227
gpg -sb --armor --default-key "$(gpgconf --list-options gpg | awk -F: '$1 == "default-key" {print $10}' | tr -d '"')" -o SHA256SUMS-"$VERSION".asc SHA256SUMS-"$VERSION"
228228
cd ..
229229
echo "Release Signed"

0 commit comments

Comments
 (0)