Skip to content

Commit

Permalink
build action: exclude unused files
Browse files Browse the repository at this point in the history
  • Loading branch information
Kade-N authored Dec 24, 2024
1 parent 54dc645 commit 66056cc
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/buildpack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,10 @@ jobs:
steps:
- name: Download pack files
uses: actions/checkout@v4
- name: Remove git files
run: rm -r ./.git*
- name: Remove files with uppercase letters
run: rm ./*[A-Z]*
run: rm ./**[[:upper:]]**
- name: Zip files
run: mkdir out && zip -r out/Revival-20.zip *
run: mkdir out && zip -r out/Revival-20.zip assets pack.mcmeta pack.png
- name: Upload to CDN
uses: ryand56/r2-upload-action@latest
with:
Expand Down

0 comments on commit 66056cc

Please sign in to comment.