From 00f81b0263aca555be45387750c13b2a4b72d957 Mon Sep 17 00:00:00 2001 From: ikun0014 Date: Sun, 8 Jun 2025 18:55:25 +0800 Subject: [PATCH] Update release.yml --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5866797..0b1ad69 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -65,12 +65,12 @@ jobs: main.py - name: Compress with UPX - uses: crazy-max/ghaction-upx@v3 + uses: crazy-max/ghaction-upx@v3.2.0 with: version: latest files: | ./dist/*.exe - args: "-9" + args: "-fq" - name: Create Release if: startsWith(github.ref, 'refs/tags/')