From 0a957c552183a031f6df0938ba4e9dbfdd2b4553 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Erik=20Pedersen?= Date: Thu, 17 Oct 2024 18:50:42 +0200 Subject: [PATCH] release: Publish a tar.gz archive for MacOS In addition to the `.pkg` archive. Closes #497 --- hugoreleaser.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hugoreleaser.toml b/hugoreleaser.toml index a4828f3..0a265f9 100644 --- a/hugoreleaser.toml +++ b/hugoreleaser.toml @@ -113,7 +113,7 @@ archive_alias_replacements = {} goarch = "amd64" [[archives]] - paths = ["builds/unix/**"] + paths = ["builds/{unix,macos}/**"] [[archives]] paths = ["builds/macos/**"] [archives.archive_settings]