mirror of
https://github.com/lightninglabs/loop.git
synced 2026-08-13 12:33:03 +02:00
release.sh: print sha256 hash of manifest file
This commit is contained in:
parent
ec53b0d2d4
commit
2f3edb913b
1 changed files with 1 additions and 0 deletions
|
|
@ -251,6 +251,7 @@ done
|
|||
cd "$ARTIFACTS_DIR"
|
||||
green "- Producing manifest-$TAG.txt"
|
||||
shasum -a 256 * > manifest-$TAG.txt
|
||||
shasum -a 256 manifest-$TAG.txt
|
||||
cd ..
|
||||
|
||||
green "- Moving artifacts directory to final place ${FINAL_ARTIFACTS_DIR}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue