diff --git a/.forgejo/workflows/botui.yaml b/.forgejo/workflows/botui.yaml index 516f602..33e08f7 100644 --- a/.forgejo/workflows/botui.yaml +++ b/.forgejo/workflows/botui.yaml @@ -90,8 +90,9 @@ jobs: working-directory: workspace run: | lxc exec bot:pragmatismo-system -- systemctl stop ui || true - - sudo cp target/release/botui /opt/gbo/bin/system/ + + sudo mkdir -p /opt/gbo/bin/system + sudo cp target/release/botui /opt/gbo/bin/system/botui 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