From 2adcb13bd9af63ca609f95b1ea10fdd510c75a27 Mon Sep 17 00:00:00 2001 From: ycvk Date: Wed, 8 May 2024 13:36:29 +0800 Subject: [PATCH] =?UTF-8?q?Fix:=20=E6=89=93=E5=8C=85workflows=E4=BF=AE?= =?UTF-8?q?=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/release_binary.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release_binary.yml b/.github/workflows/release_binary.yml index af54e2b..e8f0edb 100644 --- a/.github/workflows/release_binary.yml +++ b/.github/workflows/release_binary.yml @@ -24,6 +24,6 @@ jobs: goarch: ${{ matrix.goarch }} binary_name: "deeplx" ldflags: -H=windowsgui - executable_compression: upx --ultra-brute --no-lzma + executable_compression: upx --best extra_files: url.txt overwrite: true \ No newline at end of file