Update workflow to upload only the JAR file
All checks were successful
Build JStom / build (push) Successful in 53s
All checks were successful
Build JStom / build (push) Successful in 53s
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user