Skip to content

Commit

Permalink
Use more optimisation for release shadow jar
Browse files Browse the repository at this point in the history
  • Loading branch information
NeRdTheNed committed Jun 6, 2023
1 parent 36a52ce commit f7e3334
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/draftrelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ jobs:
run: for file in ./build/libs/*.jar; do ./ci-tools/ect-ubuntu-x86-64 -9999 --disable-png --disable-jpg -strip -zip $file; done
- name: Run advzip on shadow jar file
run: advzip --shrink-extra -kzp tempbuild/*.jar
- name: Run advzip (-i 1) on shadow jar file
run: advzip --shrink-insane -kzi 1 -p tempbuild/*.jar
- name: Run advzip (-i 10) on shadow jar file
run: advzip --shrink-insane -kzi 10 -p tempbuild/*.jar
- name: Run ECT on shadow jar file
run: for file in ./tempbuild/*.jar; do ./ci-tools/ect-ubuntu-x86-64 --disable-png --disable-jpg -strip -zip $file; done
- name: Run ECT (-9) on shadow jar file
Expand Down

0 comments on commit f7e3334

Please sign in to comment.