Skip to content

Commit

Permalink
Get more info from build failures
Browse files Browse the repository at this point in the history
  • Loading branch information
ctubbsii committed Jul 23, 2024
1 parent f254cc8 commit 4bf094d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/maven.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,9 @@ jobs:
uses: actions/upload-artifact@v4
if: ${{ failure() }}
with:
name: apilyzer-reports
path: target/its/**/apilyzer.txt
name: apilyzer-reports-java-${{ matrix.java }}-os-${{ matrix.os }}
path: |
target/its/**/apilyzer.txt
target/its/**/build.log
if-no-files-found: ignore

0 comments on commit 4bf094d

Please sign in to comment.