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 d49b755 One more attachment filepath pattern tuning
d49b755 is described below
commit d49b755e77d32addc01b8af11cf4294b7681010c
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$'