Skip to content

Commit

Permalink
Upload jar for inspection
Browse files Browse the repository at this point in the history
  • Loading branch information
normanmaurer committed Mar 8, 2024
1 parent 4a71f59 commit 160b01a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,13 @@ jobs:
- name: Checking for test failures
run: ./.github/scripts/check_build_result.sh build.output

- uses: actions/upload-artifact@v4
if: ${{ always() }}
with:
name: build-pr-${{ matrix.setup }}-jars
path: |
**/target/*.jar
- uses: actions/upload-artifact@v4
if: ${{ failure() }}
with:
Expand Down

0 comments on commit 160b01a

Please sign in to comment.