This is an automated email from the ASF dual-hosted git repository.

vy pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/logging-log4j-tools.git


The following commit(s) were added to refs/heads/main by this push:
     new 7ee040d  Hopefully last attachment filepath pattern tuning
7ee040d is described below

commit 7ee040d5adc6e434f04e34ade8cc8b748b0d2717
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)$

Reply via email to