You've already forked goreleaser
mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-09-16 09:26:52 +02:00
fix missing .
in brew sha256
This commit is contained in:
@@ -125,7 +125,7 @@ func dataFor(config config.ProjectConfig, client *github.Client) (result templat
|
||||
if err != nil {
|
||||
return
|
||||
}
|
||||
sum, err := sha256sum.For("dist/" + file + config.Archive.Format)
|
||||
sum, err := sha256sum.For("dist/" + file + "." + config.Archive.Format)
|
||||
if err != nil {
|
||||
return
|
||||
}
|
||||
|
Reference in New Issue
Block a user