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 66056cc commit 99baabe
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/buildpack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@ jobs:
- name: Download pack files
uses: actions/checkout@v4
- name: Remove files with uppercase letters
run: rm ./**[[:upper:]]**
run: find . -name '*[[:upper:]]*' -delete
- name: Remove all PSDs
run: find . -name '*.psd' -delete
- name: Zip files
run: mkdir out && zip -r out/Revival-20.zip assets pack.mcmeta pack.png
- name: Upload to CDN
Expand Down

0 comments on commit 99baabe

Please sign in to comment.