Fix Release action

This commit is contained in:
Alexandr Bogomiakov
2025-07-24 03:18:59 +03:00
parent 2afe56934f
commit cb40370c83
2 changed files with 2 additions and 1 deletions

View File

@@ -17,6 +17,7 @@ path = "src/bin/cli.rs"
[[bin]]
name = "khm-desktop"
path = "src/bin/desktop.rs"
required-features = ["gui"]
[dependencies]
actix-web = "4"