Configure ShadowJar for fat jar generation and update workflow
Some checks failed
Build JStom / build (push) Failing after 38s
Some checks failed
Build JStom / build (push) Failing after 38s
This commit is contained in:
@@ -29,10 +29,10 @@ jobs:
|
||||
run: chmod +x gradlew
|
||||
|
||||
- name: Build with Gradle
|
||||
run: ./gradlew build
|
||||
run: ./gradlew shadowJar
|
||||
|
||||
- name: Upload Artifact
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: JStom-Jar
|
||||
path: build/libs/*.jar
|
||||
name: JStom-FatJar
|
||||
path: build/libs/jstom-1.0-SNAPSHOT.jar
|
||||
|
||||
Reference in New Issue
Block a user