From f931ca404507926413c37bc6d1bb5601eeae216d Mon Sep 17 00:00:00 2001 From: braheezy Date: Fri, 1 Mar 2024 21:26:58 -0800 Subject: [PATCH] regular compress --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c8a6777..0c824a5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -93,7 +93,7 @@ jobs: - name: Build run: | go build -ldflags="-s -w" -trimpath -buildvcs=false -o goqoa-linux -v . - upx --brute goqoa-linux + upx goqoa-linux - name: Go Test run: go test -v ./...