From 34ec904b37bab69513d10cea73a77a75a8cfbafa Mon Sep 17 00:00:00 2001 From: Michael Chernov <4ernovm@gmail.com> Date: Fri, 16 Feb 2024 13:58:09 +0200 Subject: [PATCH] Test JAR upload --- .github/workflows/soot.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/soot.yml b/.github/workflows/soot.yml index e19e33eb..880134f1 100644 --- a/.github/workflows/soot.yml +++ b/.github/workflows/soot.yml @@ -33,20 +33,17 @@ jobs: key: ${{ runner.os }}-soot-wrapper-${{ matrix.java-version }}-${{ steps.calc-checksum.outputs.hash }} - name: Set up JDK ${{ matrix.java-version }} - if: steps.cache-jars.outputs.cache-hit != 'true' uses: actions/setup-java@v2 with: java-version: ${{ matrix.java-version }} distribution: 'adopt' - name: Build with Maven - if: steps.cache-jars.outputs.cache-hit != 'true' run: | cd java/common/ mvn clean package -X -DskipTests - name: Upload JAR if cache missed - if: steps.cache-jars.outputs.cache-hit != 'true' uses: actions/upload-artifact@v2 with: name: soot-wrapper-${{ matrix.java-version }}.jar