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 738d9538 Split m39 / m40 binaries
738d9538 is described below
commit 738d95381291c39b5efc5ec54cb7f2781bdfee71
Author: Guillaume Nodet <[email protected]>
AuthorDate: Thu Mar 9 13:20:16 2023 +0100
Split m39 / m40 binaries
---
.github/workflows/early-access.yaml | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/early-access.yaml
b/.github/workflows/early-access.yaml
index a588949a..6da02d70 100644
--- a/.github/workflows/early-access.yaml
+++ b/.github/workflows/early-access.yaml
@@ -87,5 +87,8 @@ jobs:
- name: 'Upload artifact'
uses: actions/upload-artifact@v2
with:
- name: mvnd-${{ env.OS }}
- path: dist-m*/target/maven-*-mvnd-*.zip
+ - name: mvnd-m39-${{ env.OS }}
+ path: dist-m39/target/maven-*-mvnd-*.zip
+
+ - name: mvnd-m40-${{ env.OS }}
+ path: dist-m40/target/maven-*-mvnd-*.zip