Skip to content

Commit

Permalink
Fix deletion
Browse files Browse the repository at this point in the history
  • Loading branch information
ockham committed Dec 18, 2024
1 parent 8cbf34e commit 7329c6b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/sync-assets-to-plugin-repo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,8 @@ jobs:
ls -al assets
- name: Delete everything
working-directory: ./assets
run: |
find . -type f -not -path '.svn/*' -delete
find assets -type f -not -path 'assets/.svn/*' -delete
ls -al
- name: Checkout assets from current release
Expand Down

0 comments on commit 7329c6b

Please sign in to comment.