Added PackSquash
Some checks failed
CI/CD for Minecraft Resource Pack / build (push) Has been cancelled
Some checks failed
CI/CD for Minecraft Resource Pack / build (push) Has been cancelled
This commit is contained in:
parent
f602e188cf
commit
cb67fb4dcc
5
.github/workflows/build-and-upload.yml
vendored
5
.github/workflows/build-and-upload.yml
vendored
@ -16,6 +16,11 @@ jobs:
|
|||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
|
- name: Run PackSquash
|
||||||
|
uses: ComunidadAylas/PackSquash-action@v4
|
||||||
|
with:
|
||||||
|
packsquash_version: latest
|
||||||
|
|
||||||
- name: Zip the resource pack
|
- name: Zip the resource pack
|
||||||
run: zip -r resource-pack.zip ./*
|
run: zip -r resource-pack.zip ./*
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user