Skip to content

Commit

Permalink
Bring back exploded war
Browse files Browse the repository at this point in the history
  • Loading branch information
jfdenise committed Jun 21, 2024
1 parent 5d96882 commit 22d9d25
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,8 @@ jobs:
name: project-src-${{ matrix.os }}-${{ matrix.java }}
path: |
!**/bootable-jar-build-artifacts/**
**/tests/target/devwatch-*-test/src/**
**/tests/target/devwatch*/src/**
**/tests/target/devwatch*/target/deployments/ROOT.war/**
- uses: actions/upload-artifact@v2
if: failure()
with:
Expand Down

0 comments on commit 22d9d25

Please sign in to comment.