Skip to content

Commit

Permalink
fix glob
Browse files Browse the repository at this point in the history
  • Loading branch information
hawkrives committed May 22, 2024
1 parent 895f531 commit 804442f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/scrape.yml
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ jobs:
uses: actions/configure-pages@v5
- name: Generate two-weeks artifact
run: >
jq -s . $(ls data/summary/**/*.json | sort -n | tail -n 14) > data/two-weeks.json
jq -s . $(ls data/summary/*/*/*.json | sort -n | tail -n 14) > data/two-weeks.json
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
Expand Down

0 comments on commit 804442f

Please sign in to comment.