Private
Public Access
1
0

fix(ci): add cargo clean and artifact removal before packaging; bump to 1.1.7

- Insert 'Clean previous build artifacts' step (cargo clean + rm old .deb)
  before Build Debian package in both build-deb and build-deb-u2204 jobs.
- Bump version to 1.1.7 to ensure a clean build from scratch.
- Update debian/changelog with 1.1.7-1 entry.
This commit is contained in:
2026-05-18 17:18:11 +00:00
parent 6f6be7ef0c
commit 13da27364b
5 changed files with 17 additions and 2 deletions

2
Cargo.lock generated
View File

@ -1916,7 +1916,7 @@ dependencies = [
[[package]]
name = "linux-patch-api"
version = "1.1.5"
version = "1.1.6"
dependencies = [
"actix",
"actix-rt",