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 c1fd7e66 Fix workflow
c1fd7e66 is described below

commit c1fd7e667974021042dd3debc5170481219d2d3c
Author: Guillaume Nodet <[email protected]>
AuthorDate: Thu Mar 9 13:24:07 2023 +0100

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

diff --git a/.github/workflows/early-access.yaml 
b/.github/workflows/early-access.yaml
index e245d4d0..4521ad0d 100644
--- a/.github/workflows/early-access.yaml
+++ b/.github/workflows/early-access.yaml
@@ -87,11 +87,11 @@ jobs:
       - name: 'Upload m39 artifact'
         uses: actions/upload-artifact@v2
         with:
-          - name: mvnd-m39-${{ env.OS }}
-            path: dist-m39/target/maven-*-mvnd-*.zip
+          name: mvnd-m39-${{ env.OS }}
+          path: dist-m39/target/maven-*-mvnd-*.zip
 
       - name: 'Upload m40 artifact'
         uses: actions/upload-artifact@v2
         with:
-          - name: mvnd-m40-${{ env.OS }}
-            path: dist-m40/target/maven-*-mvnd-*.zip
+          name: mvnd-m40-${{ env.OS }}
+          path: dist-m40/target/maven-*-mvnd-*.zip

Reply via email to