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

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

commit 3e29d2ab237f11f157ec44eff4d90ae04389b328
Author: Guillaume Nodet <[email protected]>
AuthorDate: Wed Mar 22 22:52:21 2023 +0100

    Try fix
---
 .github/workflows/release.yaml | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml
index a18b643b..9177cb81 100644
--- a/.github/workflows/release.yaml
+++ b/.github/workflows/release.yaml
@@ -83,8 +83,10 @@ jobs:
         with:
           name: artifacts
           path: |
-            dist-*/target/maven-*-mvnd-*.zip
-            dist-*/target/maven-*-mvnd-*.tar.gz
+            dist-m39/target/maven-*-mvnd-*.zip
+            dist-m39/target/maven-*-mvnd-*.tar.gz
+            dist-m40/target/maven-*-mvnd-*.zip
+            dist-m40/target/maven-*-mvnd-*.tar.gz
 
   source:
     name: 'Build source distributions'

Reply via email to