Skip to content

Commit

Permalink
Fix cache step
Browse files Browse the repository at this point in the history
  • Loading branch information
4ernovm committed Feb 16, 2024
1 parent 34ec904 commit 8426bbe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
id: cache-jars
with:
path: |
target/*.jar
java/common/target/*.jar
key: ${{ runner.os }}-soot-wrapper-${{ matrix.java-version }}-${{ steps.calc-checksum.outputs.hash }}

- name: Set up JDK ${{ matrix.java-version }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/soot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
id: cache-jars
with:
path: |
target/*.jar
java/common/target/*.jar
key: ${{ runner.os }}-soot-wrapper-${{ matrix.java-version }}-${{ steps.calc-checksum.outputs.hash }}

- name: Set up JDK ${{ matrix.java-version }}
Expand Down

0 comments on commit 8426bbe

Please sign in to comment.