Skip to content

Commit

Permalink
Fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
gnodet committed Mar 9, 2023
1 parent 0f8b62d commit c1fd7e6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/early-access.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,11 +87,11 @@ jobs:
- name: 'Upload m39 artifact'
uses: actions/upload-artifact@v2
with:
- name: mvnd-m39-${{ env.OS }}
path: dist-m39/target/maven-*-mvnd-*.zip
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
name: mvnd-m40-${{ env.OS }}
path: dist-m40/target/maven-*-mvnd-*.zip

0 comments on commit c1fd7e6

Please sign in to comment.