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-transform.git
commit 625fa5cc0c21096dc1f4a19ae0a007088acf8f96 Author: Volkan Yazıcı <[email protected]> AuthorDate: Tue Oct 3 21:33:06 2023 +0200 Fix `distribution-attachment-filepath-pattern` --- .github/workflows/build.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index f8b508f..313d687 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -65,5 +65,7 @@ jobs: contents: write with: project-id: log4j-transform + distribution-attachment-filepath-pattern: |- + '^.*/target/log4j-(weaver|transform-(.+))-'${PROJECT_VERSION}'\\.jar$' distribution-attachment-count: 3 site-enabled: true
