mirror of
https://github.com/apache/maven-mvnd.git
synced 2025-09-27 16:08:21 +00:00
Split m39 / m40 binaries during early access build
This commit is contained in:
5
.github/workflows/early-access.yaml
vendored
5
.github/workflows/early-access.yaml
vendored
@@ -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
|
||||
|
Reference in New Issue
Block a user