Skip to content

Commit

Permalink
Update maven.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
TubYoub authored Apr 29, 2024
1 parent 05916ed commit 6af0c28
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ jobs:
- name: Build with Maven
run: mvn -B package --file pom.xml

- name: List contents of target directory
run: ls target

- name: Archive production artifacts
uses: actions/upload-artifact@v2
with:
Expand Down

0 comments on commit 6af0c28

Please sign in to comment.