diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index b356077..3f4e307 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -34,7 +34,8 @@ jobs: uses: actions/upload-artifact@v4.3.3 with: # A file, directory or wildcard pattern that describes what to upload - path: target/*.jar + name: Plugin Zip + path: target/LittleThings*.jar retention-days: 90