From 026c6e7da75bbf8b31d05b12955da4a87653f1ef Mon Sep 17 00:00:00 2001 From: Theophile Terraz <theophile.terraz@inrae.fr> Date: Tue, 1 Aug 2023 17:39:11 +0200 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3e9de5b9..bdca62fa 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -85,6 +85,10 @@ create-release-job: artifacts: true rules: - if: $CI_COMMIT_TAG # Run this job when a tag is created + artifacts: + paths: + - install/mage_linux.tgz + - install/mage_windows.tgz script: - echo "running release_job" release: # See https://docs.gitlab.com/ee/ci/yaml/#release for available properties -- GitLab