diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5ab1e06..6068ee1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -12,13 +12,9 @@ build:datapacks: - mkdir out - 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: - ./datapacks/out - - ./resourcepack-out only: changes: - datapacks/**/*