From 47004fbcdfd06562aea5abefe59d9fc14df6445c Mon Sep 17 00:00:00 2001 From: Shanwer Date: Tue, 26 Dec 2023 19:59:52 +0800 Subject: [PATCH] wrong location... --- .github/workflows/build.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 44a4d261274..5644365dab0 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -28,11 +28,12 @@ jobs: with: java-version: '17' distribution: 'temurin' + submodules: recursive + - name: Build with Gradle uses: gradle/gradle-build-action@bd5760595778326ba7f1441bcf7e88b49de61a25 # v2.6.0 with: arguments: build - submodules: recursive - name: Archive artifacts (Geyser Fabric) # See https://github.com/actions/upload-artifact/commits uses: actions/upload-artifact@main