Fix workflow

This commit is contained in:
Guillaume Nodet
2023-03-09 13:24:07 +01:00
parent 0f8b62dd22
commit c1fd7e6679

View File

@@ -87,11 +87,11 @@ jobs:
- name: 'Upload m39 artifact' - name: 'Upload m39 artifact'
uses: actions/upload-artifact@v2 uses: actions/upload-artifact@v2
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@v2 uses: actions/upload-artifact@v2
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