Skip to content

Commit

Permalink
Troubleshoot archive error
Browse files Browse the repository at this point in the history
  • Loading branch information
4ernovm committed Feb 23, 2024
1 parent d65f6c0 commit 63d9694
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/soot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,7 @@ jobs:
if: steps.calc-checksum.outputs.hash != steps.calc-checksum.outputs.prev_hash
run: |
cd java/common/
ls -la
ls -la target
zip -r soot-wrapper-${{ matrix.java-version }}.zip target
ls -la
zip -r soot-wrapper-${{ matrix.java-version }}.zip "target/*.jar"
- name: Store soot-wrapper revision hash
if: steps.calc-checksum.outputs.hash != steps.calc-checksum.outputs.prev_hash
Expand Down

0 comments on commit 63d9694

Please sign in to comment.