fix: YAML indentation, botui release build, correct deploy paths
All checks were successful
BotServer CI / build (push) Successful in 22m5s
All checks were successful
BotServer CI / build (push) Successful in 22m5s
This commit is contained in:
parent
1a0c96fc7e
commit
6c489d10ea
1 changed files with 2 additions and 2 deletions
|
|
@ -33,8 +33,8 @@ jobs:
|
|||
export RUSTC_WRAPPER=sccache
|
||||
echo "=== sccache stats before build ==="
|
||||
sccache --show-stats 2>/dev/null || echo "sccache not available"
|
||||
CARGO_BUILD_JOBS=6 cargo build -p botserver --bin botserver
|
||||
CARGO_BUILD_JOBS=6 cargo build -p botui --bin botui --release
|
||||
CARGO_BUILD_JOBS=6 cargo build -p botserver --bin botserver
|
||||
CARGO_BUILD_JOBS=6 cargo build -p botui --bin botui --release
|
||||
echo "=== sccache stats after build ==="
|
||||
sccache --show-stats 2>/dev/null || echo "sccache not available"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue