Skip to content

Commit

Permalink
Build project properly
Browse files Browse the repository at this point in the history
Signed-off-by: shedaniel <[email protected]>
  • Loading branch information
shedaniel committed May 26, 2021
1 parent 1eed756 commit ee396a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@v2
- name: Build project
run: ./gradlew shadowJar
run: ./gradlew build
- name: Create Release
id: create_release
uses: actions/create-release@v1
Expand Down

0 comments on commit ee396a1

Please sign in to comment.