From a53062174801b177423f1052bfebf08046b52c29 Mon Sep 17 00:00:00 2001 From: chenxuan <1607772321@qq.com> Date: Tue, 19 Nov 2024 01:02:17 +0800 Subject: [PATCH] fix:cicd bug --- .github/workflows/release.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 01e095b..eac2c4e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -58,6 +58,12 @@ jobs: needs: release runs-on: ubuntu-latest steps: + - name: Checkout code #这部分是为了从github自动clone代码 + uses: actions/checkout@v4 + with: + fetch-depth: 0 + submodules: true + - name: Create Demo Release File run: | cd demo