Skip to content

Commit

Permalink
πŸ’š Change build CI to have the shadowJar and the slimJar
Browse files Browse the repository at this point in the history
  • Loading branch information
alwyn974 committed Aug 7, 2022
1 parent 482cfdc commit 8240124
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 @@ -23,7 +23,7 @@ jobs:
distribution: "zulu"

- name: Build project
run: gradle shadowJar
run: gradle shadowJar && gradle build

- name: Upload artifact
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 8240124

Please sign in to comment.