From 03748e0c0e4341b22d5f232df842e58fec606735 Mon Sep 17 00:00:00 2001 From: eyedeekay Date: Tue, 12 Mar 2024 22:54:03 -0400 Subject: [PATCH] list outputs --- .github/workflows/ant.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ant.yml b/.github/workflows/ant.yml index e217aa1..3fc1d08 100644 --- a/.github/workflows/ant.yml +++ b/.github/workflows/ant.yml @@ -90,7 +90,7 @@ jobs: java-version: '21' distribution: 'temurin' - name: build with script - run: bash -c "./buildscripts/zip.sh; ls *.zip" + run: bash -c "./buildscripts/zip.sh; ls -lahR" - name: Upload I2P-windows-portable.zip uses: actions/upload-artifact@v4 with: