Put the binary in bin
This commit is contained in:
@@ -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/
|
||||||
|
|||||||
Reference in New Issue
Block a user