Update workflow to upload only the JAR file
All checks were successful
Build JStom / build (push) Successful in 53s

This commit is contained in:
2026-01-25 23:15:35 +00:00
parent 30f6c5c80a
commit 0b0d41bd7b

View File

@@ -29,10 +29,10 @@ jobs:
run: chmod +x gradlew run: chmod +x gradlew
- name: Build with Gradle - name: Build with Gradle
run: ./gradlew build distZip run: ./gradlew build
- name: Upload Artifact - name: Upload Artifact
uses: actions/upload-artifact@v3 uses: actions/upload-artifact@v3
with: with:
name: JStom-Distribution name: JStom-Jar
path: build/distributions/*.zip path: build/libs/*.jar