Release Candidate 2.2.0-rc.3 (Fix Debian binary location in systemd file)
All checks were successful
Build and Release Binary File / test (push) Successful in 44s
Build and Release Binary File / build (push) Successful in 40s
Build and Release Binary File / upload-generic-package (push) Successful in 2s
Build and Release Binary File / upload-debian-package (push) Successful in 1s
Build and Release Binary File / upload-release (push) Successful in 8s
Run Tests on Code / run-tests (push) Successful in 9s
Build binary file and bundle packages / test (pull_request) Successful in 14s
Build binary file and bundle packages / build (pull_request) Successful in 37s

This commit is contained in:
Neshura 2023-12-30 01:37:16 +01:00
parent d0375b1d8d
commit 7a6ebd6381
Signed by: Neshura
GPG key ID: B6983AAA6B9A7A6C
3 changed files with 3 additions and 3 deletions

2
Cargo.lock generated
View file

@ -43,7 +43,7 @@ dependencies = [
[[package]]
name = "aob-lemmy-bot"
version = "2.2.0-rc.2"
version = "2.2.0-rc.3"
dependencies = [
"chrono",
"confy",

View file

@ -1,7 +1,7 @@
[package]
authors = ["Neshura"]
name = "aob-lemmy-bot"
version = "2.2.0-rc.2"
version = "2.2.0-rc.3"
edition = "2021"
description = "Bot for automatically posting new chapters of 'Ascendance of a Bookworm' released by J-Novel Club"
license = "GPL-3.0-or-later"

View file

@ -5,7 +5,7 @@ After=network-online.target
[Service]
Type=simple
ExecStart=/usr/local/bin/aob-lemmy-bot
ExecStart=/usr/bin/aob-lemmy-bot
Restart=always
RestartSec=3