Skip to content

Commit 2f3edb9

Browse files
committed
release.sh: print sha256 hash of manifest file
1 parent ec53b0d commit 2f3edb9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

release.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -251,6 +251,7 @@ done
251251
cd "$ARTIFACTS_DIR"
252252
green "- Producing manifest-$TAG.txt"
253253
shasum -a 256 * > manifest-$TAG.txt
254+
shasum -a 256 manifest-$TAG.txt
254255
cd ..
255256

256257
green "- Moving artifacts directory to final place ${FINAL_ARTIFACTS_DIR}"

0 commit comments

Comments
 (0)