From 1eb6053109956fb09a7b0ad2befd56dfd08abe21 Mon Sep 17 00:00:00 2001 From: makeevrserg Date: Mon, 27 May 2024 23:09:37 +0300 Subject: [PATCH] fix fabric assemble --- .github/workflows/call-create-artifacts.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/call-create-artifacts.yml b/.github/workflows/call-create-artifacts.yml index 9c17e9c..6bf524a 100644 --- a/.github/workflows/call-create-artifacts.yml +++ b/.github/workflows/call-create-artifacts.yml @@ -26,7 +26,7 @@ jobs: - name: Build with Gradle uses: gradle/gradle-build-action@v3 with: - arguments: shadowJar --stacktrace + arguments: shadowJar :fabric:assemble --stacktrace - name: Create release id: create_internal_release uses: softprops/action-gh-release@v2