Skip to content

Commit

Permalink
Chore(ci): Change build command to use 'shadowJar' in GitHub Actions …
Browse files Browse the repository at this point in the history
…workflow
  • Loading branch information
Uni0305 committed Dec 16, 2024
1 parent 3e97543 commit 6ff1101
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Setup Gradle
uses: gradle/actions/setup-gradle@v3
- name: Build with Gradle
run: ./gradlew build
run: ./gradlew shadowJar
- name: Upload artifact
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 6ff1101

Please sign in to comment.