Skip to content

Commit 3632b7c

Browse files
committed
Merge branch '1.20' of https://github.com/Akenland/Revival into 1.20
2 parents 5bb16cb + 622782c commit 3632b7c

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)