Skip to content

Commit

Permalink
Use shadowJar task for actions
Browse files Browse the repository at this point in the history
  • Loading branch information
datatags committed Feb 10, 2024
1 parent 89c3683 commit 0b19e93
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ jobs:
java-version: 8
distribution: temurin
- name: Build with Gradle
run: ./gradlew build --no-daemon
run: ./gradlew shadowJar --no-daemon
- name: Upload build artifact
uses: actions/[email protected] # https://github.com/actions/upload-artifact/releases
with:
name: UltraCosmetics-gui-addon-dev
path: build/libs/UltraCosmetics-gui-addon-*.jar
path: build/libs/UltraCosmetics-gui-addon-*-all.jar

0 comments on commit 0b19e93

Please sign in to comment.