diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index f79e6c1..07b48d6 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -32,7 +32,7 @@ jobs: git config --local lfs.transfer.maxretries 1 git ls-remote - git lfs fetch origin refs/remotes/origin/${{ github.head_ref || github.ref_name }} + git lfs fetch origin refs/heads/${{ github.head_ref || github.ref_name }} git lfs checkout - name: Use ssh key uses: webfactory/ssh-agent@v0.9.0