From f4577fb90cb6cb9e296431583e3657a2aaa52453 Mon Sep 17 00:00:00 2001 From: Minh Vu Date: Thu, 16 Jul 2026 17:00:19 +0200 Subject: [PATCH] fix: install Linux packages in /usr/bin --- .goreleaser.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.goreleaser.yml b/.goreleaser.yml index bdf3f07..c6253a9 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -82,7 +82,7 @@ snapshot: nfpms: - license: Apache-2.0 maintainer: support@openai.com - bindir: /usr + bindir: /usr/bin formats: - apk - deb