fix: dichotomying

This commit is contained in:
2025-06-19 14:04:22 +02:00
parent 50b13d2867
commit c5fcb4c777

View File

@ -16,9 +16,9 @@ runs:
with: with:
lfs: false lfs: false
#- name: Create LFS file list - name: Create LFS file list
# 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' }}