From ba9aed186b58b4644fcbc3059b834b4042fcccc0 Mon Sep 17 00:00:00 2001 From: Alex Resnick Date: Sat, 11 Apr 2026 13:04:23 -0500 Subject: [PATCH] Publish Raw binaries --- .goreleaser.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.goreleaser.yml b/.goreleaser.yml index 58e2ba4..f00165e 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -25,7 +25,9 @@ archives: - rioctl format_overrides: - goos: windows - formats: ["zip"] + formats: ["zip", "binary"] + - goos: linux + formats: ["tar.gz", "binary"] checksum: name_template: 'checksums.txt'