Skip to content

Commit

Permalink
Update cron.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
walczakkamil authored Oct 20, 2023
1 parent 8ff9456 commit e807914
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/cron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@ jobs:
run: bash script.sh

- name: Generate md5sum
run: md5sum databases/* > databases/md5sum.md5
run: |
cd databases
md5sum * > md5sum.txt
- name: Upload files
uses: actions/upload-artifact@v2
Expand Down

0 comments on commit e807914

Please sign in to comment.