This is an automated email from the ASF dual-hosted git repository.

gnodet pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-mvnd.git


The following commit(s) were added to refs/heads/master by this push:
     new 8e4d2104 Fix early access artifacts
8e4d2104 is described below

commit 8e4d21047e0b8e63c2e75972b021f26ac2dba65d
Author: Guillaume Nodet <[email protected]>
AuthorDate: Thu Mar 9 08:47:09 2023 +0100

    Fix early access artifacts
---
 .github/workflows/early-access.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/early-access.yaml 
b/.github/workflows/early-access.yaml
index e8df8b51..a588949a 100644
--- a/.github/workflows/early-access.yaml
+++ b/.github/workflows/early-access.yaml
@@ -88,4 +88,4 @@ jobs:
         uses: actions/upload-artifact@v2
         with:
           name: mvnd-${{ env.OS }}
-          path: dist/target/maven-mvnd-*.zip
+          path: dist-m*/target/maven-*-mvnd-*.zip

Reply via email to