Skip to content

Commit

Permalink
Update maven.yml
Browse files Browse the repository at this point in the history
Unlike earlier versions of upload-artifact, uploading to the same artifact via multiple jobs is not supported with v4
  • Loading branch information
duttonw authored and vorburger committed Mar 27, 2024
1 parent cc0fe73 commit 2e05c4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@ jobs:
- run: mkdir staging && cp target/*.jar staging
- uses: actions/upload-artifact@v4 #provide nice artifact
with:
name: Package
name: Package-${{ matrix.java }}
path: staging

0 comments on commit 2e05c4d

Please sign in to comment.