release: Backport workflow refactor

This commit is contained in:
世界
2026-07-27 16:08:09 +08:00
parent 62cc3959b9
commit 9791fa52fb
5 changed files with 984 additions and 172 deletions

View File

@@ -289,7 +289,7 @@ func prepareAppStore(ctx context.Context) error {
return err
}
if len(builds.Data) == 0 {
log.Fatal(platform, " ", tag, " no build found")
log.Fatal(string(platform), " ", tag, " no build found")
}
buildID := common.Ptr(builds.Data[0].ID)
if version.ID == "" {