From 853716b4fd3633b9ecb11512cccf4a724981a991 Mon Sep 17 00:00:00 2001 From: Michael Chernov <4ernovm@gmail.com> Date: Fri, 23 Feb 2024 14:41:25 +0200 Subject: [PATCH] Troubleshoot archive error --- .github/workflows/soot.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/soot.yml b/.github/workflows/soot.yml index 5158cebf..c67ca08c 100644 --- a/.github/workflows/soot.yml +++ b/.github/workflows/soot.yml @@ -53,7 +53,9 @@ 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/ + ls -la + pwd + zip -r soot-wrapper-${{ matrix.java-version }}.zip "java/common/target/*.jar" ls -la - name: Store soot-wrapper revision hash