From d65f6c031ad233c4b37fe3d08373897f83f684c6 Mon Sep 17 00:00:00 2001 From: Michael Chernov <4ernovm@gmail.com> Date: Fri, 23 Feb 2024 14:44:07 +0200 Subject: [PATCH] Troubleshoot archive error --- .github/workflows/soot.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/soot.yml b/.github/workflows/soot.yml index c67ca08c..035e089b 100644 --- a/.github/workflows/soot.yml +++ b/.github/workflows/soot.yml @@ -53,9 +53,10 @@ jobs: - name: Create archive with generated JARs if: steps.calc-checksum.outputs.hash != steps.calc-checksum.outputs.prev_hash run: | + cd java/common/ ls -la - pwd - zip -r soot-wrapper-${{ matrix.java-version }}.zip "java/common/target/*.jar" + ls -la target + zip -r soot-wrapper-${{ matrix.java-version }}.zip target ls -la - name: Store soot-wrapper revision hash