This is an automated email from the ASF dual-hosted git repository. vy pushed a commit to branch 2.x in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git
commit f9d61024eb12b12ec931beda756fc2c4c1f9f479 Author: Volkan Yazıcı <[email protected]> AuthorDate: Thu Nov 16 18:54:53 2023 +0100 Remove explicit `distribution-attachment-*` arguments to CI --- .github/workflows/build.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d2fac527e0..b2031dd9d9 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -77,7 +77,4 @@ jobs: 8 11 project-id: log4j - distribution-attachment-filepath-pattern: |- - '^.*/target/log4j-(1\\.2-api|api(-test)?|appserver|cassandra|core(-test)?|couchdb|docker|flume-ng|iostreams|jakarta-(smtp|web)|jcl|jdbc-dbcp2|jpa|jpl|jul|kubernetes|layout-template-json|mongodb[34]|slf4j2?-impl|spring-(boot|cloud-config-client)|taglib|to-(jul|slf4j)|web)-'${PROJECT_VERSION}'\\.jar$' - distribution-attachment-count: 30 site-enabled: true
