mirror of
https://github.com/apache/maven-mvnd.git
synced 2025-10-13 13:44:26 +00:00
Fix early access builds
This commit is contained in:
4
.github/workflows/early-access.yaml
vendored
4
.github/workflows/early-access.yaml
vendored
@@ -122,10 +122,10 @@ jobs:
|
|||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: mvnd-m39-${{ env.OS }}
|
name: mvnd-m39-${{ env.OS }}
|
||||||
path: dist-m39/target/maven-*-mvnd-*.zip
|
path: dist-m39/target/maven-mvnd-*.zip
|
||||||
|
|
||||||
- name: 'Upload m40 artifact'
|
- name: 'Upload m40 artifact'
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: mvnd-m40-${{ env.OS }}
|
name: mvnd-m40-${{ env.OS }}
|
||||||
path: dist-m40/target/maven-*-mvnd-*.zip
|
path: dist-m40/target/maven-mvnd-*.zip
|
||||||
|
Reference in New Issue
Block a user