We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed43977 commit bc64d92Copy full SHA for bc64d92
tools/build-release.sh
@@ -223,7 +223,7 @@ fi
223
if [ -z "${TARGETS##* sign *}" ]; then
224
echo "Signing Release"
225
cd release/ || exit
226
- sha256sum clightning-"$VERSION"* > SHA256SUMS-"$VERSION"
+ sha256sum clightning-"$VERSION"-*.tar.* clightning-"$VERSION".zip > SHA256SUMS-"$VERSION"
227
gpg -sb --armor --default-key "$(gpgconf --list-options gpg | awk -F: '$1 == "default-key" {print $10}' | tr -d '"')" -o SHA256SUMS-"$VERSION".asc SHA256SUMS-"$VERSION"
228
cd ..
229
echo "Release Signed"
0 commit comments