From 7f61ff6015744ad0a989fdee5ddcb31e696a3997 Mon Sep 17 00:00:00 2001 From: Zhou Hua Date: Wed, 14 Aug 2024 18:58:55 +0800 Subject: [PATCH] fix build --- .github/workflows/release.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index cf59301..675355b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -10,7 +10,10 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - name: checkout + uses: actions/checkout@v3 + with: + submodules: recursive - name: Use Node.js uses: actions/setup-node@v3