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

This commit is contained in:
pavel 2026-02-10 21:43:35 +01:00
commit e3ce61a4a3

View file

@ -22,7 +22,6 @@ jobs:
-F "attachment=@target/release/bot" \ -F "attachment=@target/release/bot" \
"${{ github.server_url }}/api/v1/repos/${{ github.repository }}/releases/${{ github.event.release.id }}/assets" "${{ github.server_url }}/api/v1/repos/${{ github.repository }}/releases/${{ github.event.release.id }}/assets"
- run: | - run: |
cd ..
export XDG_RUNTIME_DIR=/run/user/$(id -u) export XDG_RUNTIME_DIR=/run/user/$(id -u)
export DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/$(id -u)/bus export DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/$(id -u)/bus
systemctl --user stop bot systemctl --user stop bot