diff --git a/getpkg/test.sh b/getpkg/test.sh index 3eda8e9..1174ecc 100755 --- a/getpkg/test.sh +++ b/getpkg/test.sh @@ -188,6 +188,7 @@ if [ -n "${SOS_WRITE_TOKEN:-}" ]; then # Extract hash for later cleanup PUBLISHED_HASH=$(echo "$PUBLISH_OUTPUT" | grep "Hash:" | cut -d' ' -f2) + echo "Published hash: $PUBLISHED_HASH" # Test 7: Check if published tool exists echo -e "\nTest 7: Check published tool exists"