diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index dd4428e3a..2e799ed4c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -14,7 +14,8 @@ release: script: - "ls target" - "unzip -d target/release target/kickc-release.zip" + - "mv target/release/kickc ." artifacts: name: kickc_${CI_BUILD_REF_NAME} paths: - - ./target/release/* + - ./kickc