Update .gitlab-ci.yml
This commit is contained in:
parent
2fdec1a547
commit
30dcfd112e
|
@ -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 {} zip -r out/{} {}/\*
|
||||
- find -maxdepth 1 -type d -not -name ".git" -not -name "out" -not -name "." | xargs -I {} zip -r out/{}.zip {}/*
|
||||
artifacts:
|
||||
paths:
|
||||
- ./out
|
Loading…
Reference in New Issue