fix(rln-relay): buildscript bad cp (#1636)

This commit is contained in:
Aaryamann Challani 2023-03-31 17:15:46 +05:30 committed by GitHub
parent 7194ef820c
commit f25da2e9f4

View File

@ -27,5 +27,5 @@ else
echo "Failed to download $host_triplet-rln.tar.gz"
# Build rln instead
cargo build --release --manifest-path "$build_dir/rln/Cargo.toml"
cp "$build_dir/rln/target/release/librln.a" .
cp "$build_dir/target/release/librln.a" .
fi