Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
4ernovm committed Feb 23, 2024
1 parent 12fe8de commit c5eb85c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/soot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ 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/*.jar
zip -r soot-wrapper-${{ matrix.java-version }}.zip java/common/target/
ls -la
- name: Store soot-wrapper revision hash
Expand Down

0 comments on commit c5eb85c

Please sign in to comment.