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 77b3a0f  One more attachment filepath pattern tuning
77b3a0f is described below

commit 77b3a0f445319f9232a7bb3a1543ce95eccff372
Author: Volkan Yazıcı <[email protected]>
AuthorDate: Mon Nov 13 11:54:17 2023 +0100

    One more 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 b94505c..f8b1907 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: |-
-          '^.*/target/log4j-(.+)-'${PROJECT_VERSION}'.jar$'
+          '^.*/log4j-(.+)-'${PROJECT_VERSION}'.jar$'

Reply via email to