From 9e91925014d0d15b5dedc2f07c569c32c2953b18 Mon Sep 17 00:00:00 2001 From: salty Date: Fri, 24 Nov 2023 13:47:21 +0100 Subject: [PATCH] another fix for build flags --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2c35a41..85e4243 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -31,5 +31,5 @@ jobs: goarch: ${{ matrix.goarch }} goversion: "1.21.4" compress_assets: "OFF" - build_flags: '-ldflags="-s -w"' + build_flags: "'-ldflags=-s -w'" executable_compression: "upx"