fix: dichotomying

This commit is contained in:
2025-06-19 14:05:44 +02:00
parent c5fcb4c777
commit 961c7acca4

View File

@ -20,13 +20,13 @@ runs:
if: ${{ inputs.checkout-version == '3' }} if: ${{ inputs.checkout-version == '3' }}
run: /usr/bin/git lfs ls-files -l | cut -d' ' -f1 | sort > .lfs-assets-id run: /usr/bin/git lfs ls-files -l | cut -d' ' -f1 | sort > .lfs-assets-id
#- name: Restore LFS cache - name: Restore LFS cache
# if: ${{ inputs.checkout-version == '3' }} if: ${{ inputs.checkout-version == '3' }}
# uses: actions/cache@v4 uses: actions/cache@v4
# id: lfs-cache id: lfs-cache
# with: with:
# path: .git/lfs path: .git/lfs
# key: ${{ runner.os }}-lfs-${{ hashFiles('.lfs-assets-id') }} key: ${{ runner.os }}-lfs-${{ hashFiles('.lfs-assets-id') }}
- name: Checkout LFS - name: Checkout LFS
if: ${{ inputs.checkout-version == '3' }} if: ${{ inputs.checkout-version == '3' }}