Split m39 / m40 binaries during early access build

This commit is contained in:
Guillaume Nodet
2023-03-09 13:20:16 +01:00
parent 738d953812
commit 0f8b62dd22

View File

@@ -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