chore: log the build file.

This commit is contained in:
kaichaosun 2025-12-18 14:29:22 +08:00
parent 41146a9193
commit 8bfd76492b
No known key found for this signature in database
GPG Key ID: 223E0F992F4F03BF

View File

@ -56,5 +56,7 @@ else
fi
# if submodule version = version in Makefile, build rln
cargo build --release -p rln --manifest-path "${build_dir}/rln/Cargo.toml" --features arkzkey
echo "Contents of target/release:"
ls -lh "${build_dir}/target/release"
cp "${build_dir}/target/release/librln.a" "${output_filename}"
fi