Skip to content

Commit

Permalink
Fix release building
Browse files Browse the repository at this point in the history
  • Loading branch information
BoomEaro committed Dec 7, 2024
1 parent 433725c commit 15ae4b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/releases.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Setup Gradle
uses: gradle/actions/setup-gradle@v4
- name: Build with Gradle
run: gradle build
run: gradle shadowJar
- name: Find correct JAR
id: find-jar
run: |
Expand Down

0 comments on commit 15ae4b6

Please sign in to comment.