update pipelines
This commit is contained in:
parent
fa9276855e
commit
3aeba46830
1 changed files with 3 additions and 3 deletions
|
@ -46,13 +46,13 @@ release:
|
|||
- export file=$( find ./build -name "*.deb" | head -n 1 )
|
||||
- export filename=$( basename $file )
|
||||
- export arch=$( uname -m )
|
||||
- package_url=${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/packages/generic/gtkgreet/${VERSION}/${filename}
|
||||
- export package_url=${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/packages/generic/gtkgreet/${VERSION}/${filename}
|
||||
- echo making release! ${package_url}
|
||||
release:
|
||||
tag_name: "${VERSION}-${arch}"
|
||||
description: "batalert ${VERSION} ${CI_RUNNER_EXECUTABLE_ARCH}"
|
||||
assets:
|
||||
links:
|
||||
- name: "${CI_RUNNER_EXECUTABLE_ARCH} deb"
|
||||
url: "$package_url"
|
||||
- name: "${arch} deb"
|
||||
- url: "${package_url}"
|
||||
|
||||
|
|
Reference in a new issue