mitchellh / gon

Sign, notarize, and package macOS CLI tools and applications written in any language. Available as both a CLI and a Go library.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

README: update goreleaser example config

stapelberg opened this issue · comments

The current README contents illustrate using gon with goreleaser’s sign option.

However, goreleaser has introduced build hooks almost a year ago, and seems to recommend using those over sign: goreleaser/goreleaser@bda76d6

In fact, when using the gon README’s instructions, I run into an error:

   ⨯ release failed after 168.61s error=github/gitlab/gitea releases: failed to publish artifacts: failed to upload checksums.txt.dmg after 1 tries: open dist/checksums.txt.dmg: no such file or directory

Could you update the README with a known-working config please?