From 6c690b24f3b479456b565589d9c97f57dd35c9a9 Mon Sep 17 00:00:00 2001 From: Eduard Kuksa Date: Thu, 13 Feb 2025 21:57:26 +0700 Subject: [PATCH] debug artifacts --- .gitea/workflows/maven.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitea/workflows/maven.yml b/.gitea/workflows/maven.yml index 8897a65..8ca9fd5 100644 --- a/.gitea/workflows/maven.yml +++ b/.gitea/workflows/maven.yml @@ -22,6 +22,8 @@ jobs: cache: 'maven' - name: Build, Test and Package with Maven run: mvn -B verify --file pom.xml -e + - name: List Target Directory Contents + run: ls -l target/ - name: Upload artifact uses: actions/upload-artifact@v3 with: @@ -55,6 +57,8 @@ jobs: with: name: app-artifacts path: artifact + - name: List Artifact Contents + run: ls -l artifact/ - name: Install SSH Key uses: shimataro/ssh-key-action@v2 with: