diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index f0e80f5..963f73d 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -29,5 +29,5 @@ jobs: - name: Upload Plugin jar 📁 uses: actions/upload-artifact@v4 with: - name: essence-${{ env.VERSION }}-SNAPSHOT.jar - path: /home/runner/work/Essence/Essence/target/essence-${{ env.VERSION }}.jar + name: kryptonite-${{ env.VERSION }}-SNAPSHOT.jar + path: /home/runner/work/Kryptonite/Kryptonite/target/kryptonite-${{ env.VERSION }}.jar