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 0d9495e commit 709a2df
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/soot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ jobs:
run: |
cd java/common/
zip -r soot-wrapper-${{ matrix.java-version }}.zip target/*.jar
mv soot-wrapper-${{ matrix.java-version }}.zip ../../soot-wrapper-${{ matrix.java-version }}.zip
- name: Store soot-wrapper revision hash
if: steps.calc-checksum.outputs.hash != steps.calc-checksum.outputs.prev_hash
Expand Down

0 comments on commit 709a2df

Please sign in to comment.