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


The following commit(s) were added to refs/heads/release-script by this push:
     new c6bb7416 Fix
c6bb7416 is described below

commit c6bb74163b97890d9f061657673c950e2bb52786
Author: Guillaume Nodet <[email protected]>
AuthorDate: Thu Mar 23 07:49:30 2023 +0100

    Fix
---
 .github/workflows/release.yaml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml
index 4abcd37a..de6a1ede 100644
--- a/.github/workflows/release.yaml
+++ b/.github/workflows/release.yaml
@@ -83,10 +83,10 @@ jobs:
         with:
           name: artifacts
           path: |
-            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
+            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