Skip to content

Commit

Permalink
Update generate-artifact.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
yrobla authored Dec 11, 2024
1 parent 0f0bd7f commit 5e26afc
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/generate-artifact.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,8 @@ jobs:
- name: Checkout Repository
uses: actions/checkout@v4

- name: Archive JSONL files
run: tar -czf jsonl_files.tar.gz *.jsonl

- name: Upload Artifact
- name: Upload JSONL files
uses: actions/upload-artifact@v4
with:
name: jsonl-files
path: jsonl_files.tar.gz
path: '*.jsonl'

0 comments on commit 5e26afc

Please sign in to comment.