Update release.yml

This commit is contained in:
ikun0014
2025-06-08 18:55:25 +08:00
parent 63e302b565
commit 00f81b0263

View File

@@ -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/')