From 4a375a42c8ce73775f19dedd5bd2f804b51a7412 Mon Sep 17 00:00:00 2001 From: Zulio84 Date: Thu, 23 Jan 2025 10:41:12 +0100 Subject: [PATCH] Update maven.yml --- .github/workflows/maven.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index d5b41d7..63b13ad 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -39,6 +39,9 @@ jobs: - name: Build with Maven run: mvn clean install -P jar -DskipTests -Ddependency-check.skip=true + - name: List files in target directory + run: ls -l target/ + - name: Upload artifact to GitHub uses: actions/upload-artifact@v4.6.0 with: @@ -66,6 +69,9 @@ jobs: name: govpay-aca-batch-${{ github.ref_name }} path: target/ # Assicurati che il file venga scaricato nella cartella target + - name: List files in target directory + run: ls -l target/ + - name: Create GitHub release id: create_release uses: softprops/action-gh-release@v2.2.1