Commit 026c6e7d authored by Theophile Terraz's avatar Theophile Terraz
Browse files

Update .gitlab-ci.yml file

No related merge requests found
Pipeline #48944 passed with stages
in 5 minutes and 20 seconds
Showing with 4 additions and 0 deletions
+4 -0
......@@ -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
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment