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
No related tags found
No related merge requests found
...@@ -235,9 +235,9 @@ release_job: ...@@ -235,9 +235,9 @@ release_job:
description: 'Automatic CI Release' description: 'Automatic CI Release'
tag_name: '$CI_COMMIT_TAG' # elsewhere in the pipeline. tag_name: '$CI_COMMIT_TAG' # elsewhere in the pipeline.
ref: '$CI_COMMIT_TAG' ref: '$CI_COMMIT_TAG'
assets: assets:
links: links:
- name: 'DEB Package x86-64' - 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' 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)' - 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' 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 \ 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