ci: Gitea Actions release workflow for Linux + Windows desktop builds

Triggers on v* tags. Builds AppImage/deb/rpm on Linux runner,
MSI/NSIS on Windows runner, then creates a release with all assets.
Requires self-hosted runners registered in Gitea Actions.
This commit is contained in:
2026-07-06 14:48:59 -04:00
parent f068e15398
commit 8cf1e91b2b
7 changed files with 4877 additions and 21 deletions
+4755
View File
File diff suppressed because it is too large Load Diff
+2 -2
View File
@@ -15,11 +15,11 @@ name = "app_lib"
crate-type = ["staticlib", "cdylib", "rlib"]
[build-dependencies]
tauri-build = { version = "2.6.3" }
tauri-build = { version = "2.6.3", features = [] }
[dependencies]
serde_json = "1.0"
serde = { version = "1.0", features = ["derive"] }
log = "0.4"
tauri = { version = "2.11.3" }
tauri = { version = "2.11.3", features = [] }
tauri-plugin-log = "2"