Skip to content

Commit

Permalink
Troubleshoot LFS caching
Browse files Browse the repository at this point in the history
  • Loading branch information
NeonDaniel committed Dec 27, 2023
1 parent d1af5ff commit 5a5dbc1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build_debos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,10 @@ jobs:
path: action/neon_debos

- name: Create LFS file list
run: git lfs ls-files -l action/neon_debos | cut -d' ' -f1 | sort > .lfs-assets-id
run: |
cd action/neon_debos
git lfs ls-files -l | cut -d' ' -f1 | sort > .lfs-assets-id
cd ../..
- name: Restore LFS cache
uses: actions/cache@v2
id: lfs-cache
Expand Down

0 comments on commit 5a5dbc1

Please sign in to comment.