Skip to content

Commit

Permalink
Merge pull request #1697 from jplag/bugfix/build-action
Browse files Browse the repository at this point in the history
Fix Jar Upload
  • Loading branch information
tsaglam authored Apr 10, 2024
2 parents 11b0347 + 34753ad commit 6cbdfa6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
- name: Upload Assembly
uses: actions/upload-artifact@v4
with:
name: "JPlag"
path: "jplag.cli/target/jplag-*-jar-with-dependencies.jar"
name: "JPlag Jar"
path: "cli/target/jplag-*-jar-with-dependencies.jar"


0 comments on commit 6cbdfa6

Please sign in to comment.