Skip to content

Commit 767a5bc

Browse files
committed
ci: include JSONs in the archive
1 parent 16d041d commit 767a5bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/archive.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959

6060
- name: Copy LFS files to public folder
6161
run: |
62-
files=$(git lfs ls-files --long | cut -d ' ' -f3)
62+
files=$(find data/file_features -mindepth 2 -type f)
6363
mkdir -p ${{ runner.temp }}/files
6464
for file in $files; do
6565
dir=$(dirname ${file#*/*/})

0 commit comments

Comments
 (0)