Skip to content

Commit 247ccd7

Browse files
committed
x
1 parent 896d768 commit 247ccd7

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,11 @@ jobs:
3939
run: |
4040
if [ -f ./.last-shasum ]; then
4141
echo "Previous SHASUM exists."
42+
echo "------"
43+
cat sha256.txt
44+
echo "------"
45+
cat .last-shasum
46+
echo "------"
4247
diff sha256.txt ./.last-shasum > /dev/null || exit 1
4348
else
4449
echo "No previous SHASUM found."

0 commit comments

Comments
 (0)