diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index e83f58f23..9629427c8 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -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"