Skip to content

Commit

Permalink
release: Publish a tar.gz archive for MacOS
Browse files Browse the repository at this point in the history
In addition to the `.pkg` archive.

Closes #497
  • Loading branch information
bep committed Oct 17, 2024
1 parent 034e621 commit 0a957c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hugoreleaser.toml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ archive_alias_replacements = {}
goarch = "amd64"

[[archives]]
paths = ["builds/unix/**"]
paths = ["builds/{unix,macos}/**"]
[[archives]]
paths = ["builds/macos/**"]
[archives.archive_settings]
Expand Down

0 comments on commit 0a957c5

Please sign in to comment.