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 c5eb85c commit 853716b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/soot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,9 @@ jobs:
- name: Create archive with generated JARs
if: steps.calc-checksum.outputs.hash != steps.calc-checksum.outputs.prev_hash
run: |
zip -r soot-wrapper-${{ matrix.java-version }}.zip java/common/target/
ls -la
pwd
zip -r soot-wrapper-${{ matrix.java-version }}.zip "java/common/target/*.jar"
ls -la
- name: Store soot-wrapper revision hash
Expand Down

0 comments on commit 853716b

Please sign in to comment.