diff --git a/pkg/internal/models/release.go b/pkg/internal/models/release.go index 1931060..18fbaf4 100644 --- a/pkg/internal/models/release.go +++ b/pkg/internal/models/release.go @@ -19,7 +19,7 @@ type ProductRelease struct { Type ProductReleaseType `json:"type"` Channel string `json:"channel"` Assets datatypes.JSONType[map[string]ReleaseAsset] `json:"assets"` - Runners datatypes.JSONType[map[string]ReleaseRunner] `json:"runner"` + Runners datatypes.JSONType[map[string]ReleaseRunner] `json:"runners"` Installers datatypes.JSONType[map[string]ReleaseInstaller] `json:"installers"` ProductID uint `json:"product_id"`