diff --git a/internal/http/resto.go b/internal/http/resto.go index ba5064fd1..b0cd7630b 100644 --- a/internal/http/resto.go +++ b/internal/http/resto.go @@ -194,6 +194,7 @@ func (c *Resto) ArtifactNames(ctx context.Context, jobID string, realDevice bool if val, ok := v.(string); ok { filesList = append(filesList, val) + continue } if k == "screenshots" {