diff --git a/pkg/config/config.go b/pkg/config/config.go index 4259165..727522e 100644 --- a/pkg/config/config.go +++ b/pkg/config/config.go @@ -29,6 +29,7 @@ type GitProvider struct { AccessToken string } +//Asset type struct type Asset struct { Name string `yaml:"name"` Compress bool `yaml:"compress"`