Skip to content
Snippets Groups Projects
Commit 395dbb05 authored by Nicolas Pope's avatar Nicolas Pope
Browse files

Update .gitlab-ci.yml file

parent c994d525
No related branches found
Tags 0.1.1
No related merge requests found
......@@ -235,9 +235,9 @@ release_job:
description: 'Automatic CI Release'
tag_name: '$CI_COMMIT_TAG' # elsewhere in the pipeline.
ref: '$CI_COMMIT_TAG'
assets:
links:
- name: 'DEB Package x86-64'
url: '${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/packages/generic/libftl-protocol/${CI_COMMIT_TAG}/libftl-protocol${CI_COMMIT_TAG}-Linux.deb'
- name: 'Win64 Binary (ZIP)'
url: '${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/packages/generic/libftl-protocol/${CI_COMMIT_TAG}/libftl-protocol-${CI_COMMIT_TAG}-win64.zip'
\ No newline at end of file
assets:
links:
- name: 'DEB Package x86-64'
url: '${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/packages/generic/libftl-protocol/${CI_COMMIT_TAG}/libftl-protocol${CI_COMMIT_TAG}-Linux.deb'
- name: 'Win64 Binary (ZIP)'
url: '${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/packages/generic/libftl-protocol/${CI_COMMIT_TAG}/libftl-protocol-${CI_COMMIT_TAG}-win64.zip'
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment