From ee396a122a3043c70334d76220b35eae6f5dc8b1 Mon Sep 17 00:00:00 2001 From: shedaniel Date: Thu, 27 May 2021 00:58:46 +0800 Subject: [PATCH] Build project properly Signed-off-by: shedaniel --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c868933..f0a3f30 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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