Skip to content

Commit

Permalink
chore: display build output
Browse files Browse the repository at this point in the history
  • Loading branch information
schnellert committed Jun 22, 2024
1 parent 4313fe2 commit b0c12cb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build_and_publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
- name: "Maven build"
run: |
mvn -B package --file pom.xml -X
ls -lah
- name: "Upload build artifact"
uses: "actions/upload-artifact@v3"
Expand Down

0 comments on commit b0c12cb

Please sign in to comment.