From d97ab13f05437cb450878b6ab75367f032a01d9e Mon Sep 17 00:00:00 2001 From: Kbscript Date: Thu, 17 Apr 2025 11:53:13 +0800 Subject: [PATCH] fix: editor missing submodule --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 87f5a9a73..162d5c9ef 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -52,6 +52,7 @@ jobs: uses: actions/checkout@v4 with: repository: galacean/editor + submodules: true path: editor token: ${{ secrets.CLONE_EDITOR_TOKEN }}