diff --git a/action.yaml b/action.yaml index ea39e0c..4290568 100644 --- a/action.yaml +++ b/action.yaml @@ -16,9 +16,9 @@ runs: with: lfs: false - #- name: Create LFS file list - # if: ${{ inputs.checkout-version == '3' }} - # run: /usr/bin/git lfs ls-files -l | cut -d' ' -f1 | sort > .lfs-assets-id + - name: Create LFS file list + if: ${{ inputs.checkout-version == '3' }} + run: /usr/bin/git lfs ls-files -l | cut -d' ' -f1 | sort > .lfs-assets-id #- name: Restore LFS cache # if: ${{ inputs.checkout-version == '3' }}