From bd10fc7125f04a2c453c00bd87640e4ae40ca8c9 Mon Sep 17 00:00:00 2001 From: everpcpc Date: Thu, 30 May 2024 20:49:53 +0800 Subject: [PATCH] z --- .github/workflows/release.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ac4ad359c298a..49a4e99a093f1 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -165,6 +165,8 @@ jobs: steps: - name: Checkout uses: actions/checkout@v4 + with: + fetch-depth: 0 - name: Build Release uses: ./.github/actions/build_linux with: @@ -186,6 +188,8 @@ jobs: steps: - name: Checkout uses: actions/checkout@v4 + with: + fetch-depth: 0 - name: Build Release uses: ./.github/actions/build_linux with: @@ -209,6 +213,8 @@ jobs: steps: - name: Checkout uses: actions/checkout@v4 + with: + fetch-depth: 0 - name: Build Release uses: ./.github/actions/build_linux with: