From 3947892a24cd00c5812e2cb9b50cea2c88033af2 Mon Sep 17 00:00:00 2001 From: Blue Date: Wed, 3 Nov 2021 00:39:16 +0100 Subject: [PATCH] general: fix build workflow Former-commit-id: 0f82c8ddde60fdaf495364d12b60877558b18c3b --- .github/workflows/build-deploy.yml | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/workflows/build-deploy.yml b/.github/workflows/build-deploy.yml index 3b4443ac..36d105ac 100644 --- a/.github/workflows/build-deploy.yml +++ b/.github/workflows/build-deploy.yml @@ -68,18 +68,18 @@ jobs: with: submodules: recursive - - name: Create LFS file list - run: git lfs ls-files -l | cut -d' ' -f1 | sort > .lfs-assets-id - - - name: Restore LFS cache - uses: actions/cache@v2 - id: lfs-cache - with: - path: .git/lfs - key: ${{ runner.os }}-lfs-${{ hashFiles('.lfs-assets-id') }}-v1 - - - name: Git LFS Pull - run: git lfs pull + - name: Create LFS file list + run: git lfs ls-files -l | cut -d' ' -f1 | sort > .lfs-assets-id + + - name: Restore LFS cache + uses: actions/cache@v2 + id: lfs-cache + with: + path: .git/lfs + key: ${{ runner.os }}-lfs-${{ hashFiles('.lfs-assets-id') }}-v1 + + - name: Git LFS Pull + run: git lfs pull - name: Extract version id: version