Skip to content

Commit

Permalink
build action: exclude more files
Browse files Browse the repository at this point in the history
  • Loading branch information
Kade-N authored Dec 24, 2024
1 parent d778cfb commit bb52fa2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/buildpack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ jobs:
steps:
- name: Download pack files
uses: actions/checkout@v4
- name: Remove files with uppercase letters
run: find . -name '*[[:upper:]]*' -type f -delete
- name: Remove files with uppercase letters in filepath
run: find . -path '*[[:upper:]]*' -type f -delete
- name: Remove all PSDs
run: find . -name '*.psd' -type f -delete
- name: Remove all empty directories
Expand Down

0 comments on commit bb52fa2

Please sign in to comment.