Fix: absolute path per tarball in package.sh (evita tar in temp dir)
Nightly Build / build (push) Failing after 1m13s

This commit is contained in:
2026-07-20 00:02:25 +01:00
parent 0e4d38eefc
commit bee1b4cddb
4 changed files with 19 additions and 1 deletions
Generated
+15
View File
@@ -2944,6 +2944,20 @@ dependencies = [
"tracing",
]
[[package]]
name = "plugin-honcho"
version = "0.1.0"
dependencies = [
"anyhow",
"async-trait",
"core-api",
"honcho-client",
"serde_json",
"tokio",
"tokio-util",
"tracing",
]
[[package]]
name = "plugin-mobile-connector"
version = "0.1.0"
@@ -4168,6 +4182,7 @@ dependencies = [
"notify",
"plugin-comfyui",
"plugin-elevenlabs",
"plugin-honcho",
"plugin-mobile-connector",
"plugin-tailscale-remote",
"plugin-telegram-bot",