优化编译
This commit is contained in:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -84,7 +84,7 @@ jobs:
|
||||
shell: bash
|
||||
run: |
|
||||
EXE_PATH=$(cabal list-bin quickjump)
|
||||
upx --best --lzma "$EXE_PATH"
|
||||
upx --best "$EXE_PATH"
|
||||
|
||||
# 提取可执行文件路径
|
||||
- name: Find Executable
|
||||
|
||||
Reference in New Issue
Block a user