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 0f8b62dd Split m39 / m40 binaries during early access build
0f8b62dd is described below

commit 0f8b62dd2230cf7ab9eef6ac13633ca15fed987c
Author: Guillaume Nodet <[email protected]>
AuthorDate: Thu Mar 9 13:20:16 2023 +0100

    Split m39 / m40 binaries during early access build
---
 .github/workflows/early-access.yaml | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/early-access.yaml 
b/.github/workflows/early-access.yaml
index 6da02d70..e245d4d0 100644
--- a/.github/workflows/early-access.yaml
+++ b/.github/workflows/early-access.yaml
@@ -84,11 +84,14 @@ jobs:
           name: daemon-test-logs-${{ env.OS }}
           path: integration-tests/target/mvnd-tests/**/daemon*.log
 
-      - name: 'Upload artifact'
+      - name: 'Upload m39 artifact'
         uses: actions/upload-artifact@v2
         with:
           - 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

Reply via email to