Skip to content

Commit

Permalink
feat: Set compression-level to 9
Browse files Browse the repository at this point in the history
  • Loading branch information
Lohita9 committed May 31, 2024
1 parent d9deea2 commit 7d16ff9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,3 +120,5 @@ jobs:
with:
name: apktool.jar
path: brut.apktool/apktool-cli/build/libs/apktool-v*
# The level of compression for Zlib to be applied to the artifact archive. The value can range from 0 to 9: - 0: No compression - 1: Best speed - 6: Default compression (same as GNU Gzip) - 9: Best compression Higher levels will result in better compression, but will take longer to complete. For large files that are not easily compressed, a value of 0 is recommended for significantly faster uploads.
compression-level: 9

0 comments on commit 7d16ff9

Please sign in to comment.