fix pipeline
All checks were successful
/ upload (release) Successful in 1m16s

This commit is contained in:
pavel 2026-02-07 17:15:28 +01:00
commit 4836bd2944

View file

@ -20,6 +20,7 @@ jobs:
- run: |
export XDG_RUNTIME_DIR=/run/user/$(id -u)
export DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/$(id -u)/bus
systemctl --user stop chat
cp target/release/chat ~/chat/chat
chmod +x ~/chat/chat
systemctl --user restart chat
systemctl --user start chat