diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3eac540..7dc29ba 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -14,7 +14,7 @@ build: stage: build script: - mkdir out - - find -maxdepth 1 -type d -not -name ".git" -not -name "out" -not -name "." | xargs -I '{}' bash -c '(cd {} && zip -r ../out/{} .)' + - find -maxdepth 1 -type d -not -name ".git" -not -name "out" -not -name "." | xargs -I '{}' bash -c 'cd {} && zip -r ../out/{} .' artifacts: paths: - ./out \ No newline at end of file