Skip to content

Commit

Permalink
Delete the old JSONs to be certain
Browse files Browse the repository at this point in the history
  • Loading branch information
Garanas committed May 31, 2024
1 parent 138a439 commit d36a8df
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,12 @@ jobs:
with:
ref: master

- name: Remove old data
run: |
rm app/data/*.json
ls -R
git diff
- uses: actions/download-artifact@v4
with:
name: spookydb-generated-files
Expand Down

0 comments on commit d36a8df

Please sign in to comment.