ci: build linux release artifacts with slimmer flags

This commit is contained in:
野生派Coder~
2026-03-02 23:46:03 +08:00
parent 062be860d9
commit 8e94e7e1f6
7 changed files with 132 additions and 11 deletions

View File

@@ -980,7 +980,6 @@ func buildSkillMarkdown(name, desc string, tools []string, systemPrompt string)
}
toolLines := make([]string, 0, len(tools))
for _, t := range tools {
t = t
if t == "" {
continue
}
@@ -1188,7 +1187,6 @@ func normalizeCronJobs(v interface{}) []map[string]interface{} {
}
func queryClawHubSkillVersion(ctx context.Context, skill string) (found bool, version string, err error) {
skill = skill
if skill == "" {
return false, "", fmt.Errorf("skill empty")
}