Fix CI: build release mode with embed-ui feature
All checks were successful
BotUI CI / build (push) Successful in 4m30s

This commit is contained in:
Rodrigo Rodriguez (Pragmatismo) 2026-02-06 12:24:03 -03:00
parent 924f7660a0
commit 1a1de27fd7

View file

@ -81,8 +81,8 @@ jobs:
- name: Build BotUI
working-directory: workspace
run: |
cargo build -p botui --features embed-ui -j 8 2>&1 | tee /tmp/build.log
ls -lh target/debug/botui
cargo build --release -p botui --features embed-ui -j 8 2>&1 | tee /tmp/build.log
ls -lh target/release/botui
sccache --show-stats || true
- name: Save build log
@ -96,7 +96,7 @@ jobs:
run: |
lxc exec bot:pragmatismo-system -- systemctl stop ui || true
sudo cp target/debug/botui /opt/gbo/bin/system/
sudo cp target/release/botui /opt/gbo/bin/system/
sudo chmod +x /opt/gbo/bin/system/botui
lxc exec bot:pragmatismo-system -- systemctl start ui || true# CI trigger: Fri Feb 6 10:57:04 AM -03 2026