This is an automated email from the ASF dual-hosted git repository.
pkarwasz pushed a commit to branch 2.x
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git
The following commit(s) were added to refs/heads/2.x by this push:
new a309b6a5c4 Workflow definition error
a309b6a5c4 is described below
commit a309b6a5c4d4a03440b027535d249bd884cc7afe
Author: Piotr P. Karwasz <[email protected]>
AuthorDate: Wed Mar 15 11:12:44 2023 +0100
Workflow definition error
---
.github/workflows/build.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 5e3cbe7362..687b7098c1 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -75,7 +75,7 @@ jobs:
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce
# 3.1.2
with:
name: surefire-reports-${{matrix.os}}
- path: **/target/surefire-reports/*
+ path: "**/target/surefire-reports/*"
# `clean verify artifact:compare` is required to generate the build
reproducibility report.
# For details, see:
https://maven.apache.org/guides/mini/guide-reproducible-builds.html#how-to-test-my-maven-build-reproducibility