diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d812106..e590592 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -51,7 +51,7 @@ build: # build the binary - cargo build --locked --release # create the tar package - - mkdir -p build/bin build/share/doc/tiempo build/share/man/man1 build/share/bash-completion/completions build/share/zsh/site-functions build/share/fish/vendor_completions.d + - mkdir -p build/bin build/share/doc/tiempo build/share/man/man1 build/share/bash-completions/completions build/share/zsh/site-functions build/share/fish/vendor_completions.d # move binary - cp target/release/t build/bin/ # move documentation