Skip to content

Commit 5e26afc

Browse files
authored
Update generate-artifact.yml
1 parent 0f0bd7f commit 5e26afc

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/generate-artifact.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,8 @@ jobs:
1414
- name: Checkout Repository
1515
uses: actions/checkout@v4
1616

17-
- name: Archive JSONL files
18-
run: tar -czf jsonl_files.tar.gz *.jsonl
19-
20-
- name: Upload Artifact
17+
- name: Upload JSONL files
2118
uses: actions/upload-artifact@v4
2219
with:
2320
name: jsonl-files
24-
path: jsonl_files.tar.gz
21+
path: '*.jsonl'

0 commit comments

Comments
 (0)