From 94dcc9c0450fa2c53fb402f236236e83a7341cf0 Mon Sep 17 00:00:00 2001 From: iBug Date: Thu, 16 Jul 2026 20:53:02 +0800 Subject: [PATCH] chore(release): Make files in tarball owned by root (#889) --- .goreleaser.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.goreleaser.yaml b/.goreleaser.yaml index 883b139..b1a50cf 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -47,6 +47,9 @@ upx: archives: - format: tar.gz + builds_info: + group: root + owner: root # use zip for windows archives format_overrides: - goos: windows