Fix: absolute path per tarball in package.sh (evita tar in temp dir)
Nightly Build / build (push) Failing after 1m13s
Nightly Build / build (push) Failing after 1m13s
This commit is contained in:
Generated
+15
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user