diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 88781ab..75db515 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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/{} .' - cd ../resourcepack + - mkdir -p ../resourcepack-out - zip -r ../resourcepack-out/resourcepack . artifacts: paths: