This is an automated email from the ASF dual-hosted git repository.
vy pushed a commit to branch release/0.6.0
in repository https://gitbox.apache.org/repos/asf/logging-log4j-tools.git
The following commit(s) were added to refs/heads/release/0.6.0 by this push:
new 8792c6e Hopefully last attachment filepath pattern tuning
8792c6e is described below
commit 8792c6e8897c4eacc27ceb7d709113a34164a2c2
Author: Volkan Yazıcı <[email protected]>
AuthorDate: Mon Nov 13 12:17:39 2023 +0100
Hopefully last attachment filepath pattern tuning
---
.github/workflows/build.yaml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml
index f8b1907..8c56ce1 100644
--- a/.github/workflows/build.yaml
+++ b/.github/workflows/build.yaml
@@ -71,4 +71,4 @@ jobs:
# TODO Remove `distribution-attachment-*` arguments after
`logging-parent` version `10.4.0` release
distribution-attachment-count: 2
distribution-attachment-filepath-pattern: |-
- '^.*/log4j-(.+)-'${PROJECT_VERSION}'.jar$'
+ ^.*/log4j-(.+)-${PROJECT_VERSION}(\\.jar|-cyclonedx\\.xml)$