feat: only apply upx on repo-health-checker
All checks were successful
push / build (push) Successful in 1m12s

This commit is contained in:
张泊明518370910136 2024-11-06 18:28:48 -05:00
parent c1755caae2
commit 472bd8c1c4
GPG Key ID: CA088E6D9284F870

View File

@ -9,7 +9,7 @@ prepare:
$(MAKE) -C JOJ3 $(MAKE) -C JOJ3
cp JOJ3/build/joj3 JOJ3/build/repo-health-checker bin/ cp JOJ3/build/joj3 JOJ3/build/repo-health-checker bin/
ls -lha bin ls -lha bin
upx -9 bin/* upx --best bin/repo-health-checker
ls -lha bin ls -lha bin
force-build: prepare force-build: prepare