From 425df3aecac580ddc89c5dd4339ffe0190a7fe85 Mon Sep 17 00:00:00 2001 From: Abraham Toriz Date: Sun, 6 Nov 2022 21:28:43 -0600 Subject: [PATCH] fix directory name in release CI --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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