make one step ahead and set release links

This commit is contained in:
Abraham Toriz 2021-12-13 22:49:29 -06:00
parent d2d6ff6d6c
commit 9c730d32d8
No known key found for this signature in database
GPG Key ID: D5B4A746DB5DD42A
1 changed files with 10 additions and 0 deletions

View File

@ -91,6 +91,16 @@ release:
description: 'Created using the release-cli'
tag_name: '$CI_COMMIT_TAG'
ref: '$CI_COMMIT_TAG'
assets:
links:
- name: 'Any linux binary'
url: '${PACKAGE_REGISTRY_URL}/tiempo-${CI_COMMIT_TAG:1}-x86_64.tar.gz'
- name: 'Any linux binary sha256 sum'
url: '${PACKAGE_REGISTRY_URL}/tiempo-${CI_COMMIT_TAG:1}-x86_64.tar.gz.sum'
- name: 'Debian archive'
url: '${PACKAGE_REGISTRY_URL}/tiempo_${CI_COMMIT_TAG:1}_amd64.deb'
- name: 'Debian archive sha256 sum'
url: '${PACKAGE_REGISTRY_URL}/tiempo_${CI_COMMIT_TAG:1}_amd64.deb.sum'
# deploy:arch-bin:
# stage: deploy