Skip to content

Commit 71c0dfe

Browse files
zip only big SootWrapper jar (#283)
1 parent 560541c commit 71c0dfe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
if: needs.calculate-checksum.outputs.hash != needs.calculate-checksum.outputs.prev_hash
9292
run: |
9393
cd java/common/target/
94-
zip -r soot-wrapper-${{ matrix.java-version }}.zip *.jar
94+
zip soot-wrapper-${{ matrix.java-version }}.zip SootWrapper.jar # Use only the jar which includes dependencies
9595
mv soot-wrapper-${{ matrix.java-version }}.zip ../../../soot-wrapper-${{ matrix.java-version }}.zip
9696
9797
- name: Upload the archive

0 commit comments

Comments
 (0)