mirror of
https://github.com/sharkdp/bat.git
synced 2025-09-01 19:02:22 +01:00
Add --bins flag in CI before_deploy
This commit is contained in:
committed by
David Peter
parent
cf68b13322
commit
d3243903c0
2
ci/before_deploy.bash
vendored
2
ci/before_deploy.bash
vendored
@@ -8,7 +8,7 @@ if [[ -z "$PROJECT_NAME" ]]; then
|
||||
fi
|
||||
|
||||
build() {
|
||||
cargo build --target "$TARGET" --release --verbose
|
||||
cargo build --bins --target "$TARGET" --release --verbose
|
||||
}
|
||||
|
||||
pack() {
|
||||
|
Reference in New Issue
Block a user