This is an automated email from the ASF dual-hosted git repository.
remm pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/tomcat-maven-plugin.git
The following commit(s) were added to refs/heads/trunk by this push:
new 0bc48b4 Fix path
0bc48b4 is described below
commit 0bc48b4eeb613b4454f31f0256d2b74c081f830b
Author: remm <[email protected]>
AuthorDate: Wed Apr 15 12:55:37 2026 +0200
Fix path
---
.github/workflows/ci.yml | 2 ++
1 file changed, 2 insertions(+)
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index d067b0d..f7dcb35 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -51,4 +51,6 @@ jobs:
uses: actions/upload-artifact@v7
with:
name: JDK${{ matrix.java }}-${{ matrix.os }}-logs
+ path: |
+ target/test-classes/**/*.txt
retention-days: 7
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]