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 1f79375679
commit bd9857c1d8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -27,5 +27,5 @@ else
echo "Failed to download $host_triplet-rln.tar.gz" echo "Failed to download $host_triplet-rln.tar.gz"
# Build rln instead # Build rln instead
cargo build --release --manifest-path "$build_dir/rln/Cargo.toml" 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 fi