Skip to content

Commit 1afcf44

Browse files
committed
🚀 feat: Add compression level option to Windows build workflows
ℹ️ Minor changes: - Update compression level to 0 for both DP100GUI and DP100GUI-Numba builds
1 parent f3ecf58 commit 1afcf44

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/windows.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ jobs:
2222
spec: "gui_source/build.spec"
2323
requirements: "gui_source/requirements.txt"
2424
upload_exe_with_name: "DP100GUI"
25+
compression_level: 0
2526
options: --upx-dir "./.upx"
2627

2728
build-numba:
@@ -34,4 +35,5 @@ jobs:
3435
spec: "gui_source/build_numba.spec"
3536
requirements: "gui_source/requirements.txt"
3637
upload_exe_with_name: "DP100GUI-Numba"
38+
compression_level: 0
3739
options: --upx-dir "./.upx"

0 commit comments

Comments
 (0)