Skip to content

Commit

Permalink
Update maven.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pintorig authored Jan 23, 2025
1 parent 84f0738 commit 4a375a4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
with:
Expand Down Expand Up @@ -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/[email protected]
Expand Down

0 comments on commit 4a375a4

Please sign in to comment.