From a8662c32fcba5d8744bd9938fc1155cf5c6a3d45 Mon Sep 17 00:00:00 2001 From: Hedon-dev <158850208+Hedon-dev@users.noreply.github.com> Date: Tue, 28 Jan 2025 20:43:06 +0100 Subject: [PATCH] Add checkout step to create-release --- .github/workflows/build-release.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/build-release.yml b/.github/workflows/build-release.yml index 29474eeb..520f28f0 100644 --- a/.github/workflows/build-release.yml +++ b/.github/workflows/build-release.yml @@ -83,6 +83,10 @@ jobs: runs-on: ubuntu-latest needs: [ build-android, build-linux ] steps: + - uses: actions/checkout@v4 + with: + fetch-depth: 1 + - name: Download android artifacts uses: actions/download-artifact@v4 with: