Skip to content

Commit 622782c

Browse files
authored
Build zip with only custom items
1 parent d34290b commit 622782c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/buildpack.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ jobs:
1818
run: find . -empty -type d -delete
1919
- name: Zip files
2020
run: mkdir out && zip -r out/Revival-20.zip assets pack.mcmeta pack.png
21+
- name: Zip files (custom item pack)
22+
run: zip -r out/Akenland-Items.zip assets/akenland pack.mcmeta pack.png
2123
- name: Upload to CDN
2224
uses: ryand56/r2-upload-action@latest
2325
with:

0 commit comments

Comments
 (0)