Put the binary in bin

This commit is contained in:
Andrew Phillips
2024-02-26 13:39:34 -04:00
parent c149eb5a7d
commit 0ea7e18180

View File

@@ -4,4 +4,5 @@ set -ex
export RUSTFLAGS='-C target-feature=+crt-static' export RUSTFLAGS='-C target-feature=+crt-static'
cargo build --release --target x86_64-unknown-linux-gnu cargo build --release --target x86_64-unknown-linux-gnu
cp target/x86_64-unknown-linux-gnu/release/keep ./ mkdir -p bin
cp target/x86_64-unknown-linux-gnu/release/keep ./bin/