diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a4ac2372ba82fdcd27493d49a741fc76d2c734d0..e952c0aa5efc0c6d1a1af1dad24fb4c6e11cbdd0 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -14,12 +14,12 @@ build-job: # This job runs in the build stage, which runs first. - make build - echo "Compile complete." artifacts: - names: "FofbTool" + name: "FofbTool" paths: - dist/ release_job: - stage: release + stage: deploy image: registry.gitlab.com/gitlab-org/release-cli:latest rules: - if: $CI_COMMIT_TAG # Run this job when a tag is created manually