diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 67ab91c..8395c2e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -81,7 +81,7 @@ linux_source_package: # Action - make sdist artifacts: - name: "khanat-$(echo $CI_BUILD_REF | head -c 7 )-$CI_PIPELINE_ID-pymanager-package-src" + name: "opennel-manager-$(echo $CI_BUILD_REF | head -c 7 )-$CI_PIPELINE_ID-src" paths: - dist expire_in: 2 week @@ -99,7 +99,7 @@ linux_package: # Action - make bdist artifacts: - name: "khanat-$(echo $CI_BUILD_REF | head -c 7 )-$CI_PIPELINE_ID-pymanager-package" + name: "opennel-manager-$(echo $CI_BUILD_REF | head -c 7 )-$CI_PIPELINE_ID" paths: - dist expire_in: 2 week @@ -117,7 +117,7 @@ linux_package_wheel: # Action - python3 setup.py bdist_wheel --universal artifacts: - name: "khanat-$(echo $CI_BUILD_REF | head -c 7 )-$CI_PIPELINE_ID-pymanager-package-whl" + name: "opennel-manager-$(echo $CI_BUILD_REF | head -c 7 )-$CI_PIPELINE_ID-whl" paths: - dist expire_in: 2 week