From 8426bbe01adf91f4660949d0d95328d7babaa52b Mon Sep 17 00:00:00 2001 From: Michael Chernov <4ernovm@gmail.com> Date: Fri, 16 Feb 2024 14:06:00 +0200 Subject: [PATCH] Fix cache step --- .github/workflows/release.yml | 2 +- .github/workflows/soot.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b21c73a9..6cfb6256 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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 }} diff --git a/.github/workflows/soot.yml b/.github/workflows/soot.yml index 880134f1..2a234ed5 100644 --- a/.github/workflows/soot.yml +++ b/.github/workflows/soot.yml @@ -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 }}