From e23ab6f73d0d8763c7a66d2b5f0a5e50339e7040 Mon Sep 17 00:00:00 2001 From: Sriraam AS Date: Fri, 4 Jun 2021 12:52:35 -0400 Subject: [PATCH] add additional information to see why github release fails --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 73d836d..60ecb5a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -59,6 +59,8 @@ jobs: uses: actions/download-artifact@v2 with: name: jars + - name: Display structure of downloaded files + run: ls -R - name: Upload assets env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}