crafty-4/.gitlab/release.yml
Zedifus 021a4ad002 Fix artifact url to not be static
And also remove example artifacts, I'm a silly
2022-06-16 20:11:54 +01:00

19 lines
496 B
YAML

# yamllint disable rule:line-length
---
release:
stage: release
image: registry.gitlab.com/gitlab-org/release-cli:latest
rules:
- if: $CI_COMMIT_TAG
script:
- echo "Running release job for tag $CI_COMMIT_TAG"
release:
tag_name: $CI_COMMIT_TAG
name: Crafty $CI_COMMIT_TAG
description: ./CHANGELOG.md
assets:
links:
- name: Windows Package
url: "${CI_PROJECT_URL}/-/jobs/`cat CI_JOB_ID.txt`/artifacts/download"
link_type: package