From a00a1892d9c9220a3dd7a78cac6f06c8dbfaf2f4 Mon Sep 17 00:00:00 2001 From: divolgin Date: Wed, 11 Nov 2020 01:20:02 +0000 Subject: [PATCH] include darwin builds in archives --- deploy/.goreleaser.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/deploy/.goreleaser.yaml b/deploy/.goreleaser.yaml index 7c04200b..a135fd8b 100644 --- a/deploy/.goreleaser.yaml +++ b/deploy/.goreleaser.yaml @@ -91,6 +91,7 @@ archives: - id: preflight builds: - preflight + - preflight-darwin format: tar.gz format_overrides: - goos: windows @@ -108,6 +109,7 @@ archives: - id: support-bundle builds: - support-bundle + - support-bundle-darwin format: tar.gz format_overrides: - goos: windows