add initial datapack
This commit is contained in:
parent
46da75f811
commit
ec5e556897
|
@ -13,6 +13,7 @@ build:
|
||||||
- find -maxdepth 1 -type d -not -name ".git" -not -name "out" -not -name "." | xargs -I '{}' sh -c 'cd {} && zip -r ../out/{} .'
|
- find -maxdepth 1 -type d -not -name ".git" -not -name "out" -not -name "." | xargs -I '{}' sh -c 'cd {} && zip -r ../out/{} .'
|
||||||
|
|
||||||
- cd ../resourcepack
|
- cd ../resourcepack
|
||||||
|
- mkdir -p ../resourcepack-out
|
||||||
- zip -r ../resourcepack-out/resourcepack .
|
- zip -r ../resourcepack-out/resourcepack .
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
|
|
Loading…
Reference in New Issue