Skip to content

Commit

Permalink
chore: include date for log txt file
Browse files Browse the repository at this point in the history
  • Loading branch information
victoriacheng15 committed Feb 1, 2025
1 parent 374e572 commit 51f6722
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/scheduled_extraction.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,5 @@ jobs:
- name: Upload log file
uses: actions/upload-artifact@v4
with:
name: logger
path: log.txt
name: extraction-log
path: extraction-log-$(date +%Y-%m-%d).txt

0 comments on commit 51f6722

Please sign in to comment.