From 62f9d87383ba17809cc09287b17289cc4056e817 Mon Sep 17 00:00:00 2001 From: thiagoftsm Date: Wed, 24 Jul 2024 22:22:13 +0000 Subject: [PATCH] check_release: Add missing release (#396) --- .github/workflows/release.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 62eaea6e..0011b366 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -72,6 +72,14 @@ jobs: needs: build-artifacts runs-on: ubuntu-latest steps: + - name: Checkout + uses: actions/checkout@v4 + with: + submodules: true + fetch-depth: 0 + lfs: true + - name: Checkout LFS objects + run: git lfs checkout - name: Download all Artifacts uses: actions/download-artifact@v4 with: