From ab0fa2f81239788ce73968248be4b0eb860f2013 Mon Sep 17 00:00:00 2001
From: releaser-duniter <admin@duniter.org>
Date: Thu, 18 Jan 2018 17:07:59 +0000
Subject: [PATCH] releases page : try to hide path in release name

---
 .gitlab/releaser.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab/releaser.py b/.gitlab/releaser.py
index ad2ec95f7..833027fd0 100644
--- a/.gitlab/releaser.py
+++ b/.gitlab/releaser.py
@@ -87,7 +87,7 @@ def build_compiled_message(current_message):
     artifacts_list = []
     for artifact in expected_artifacts:
         artifact_dict = {
-            'name': artifact,
+            'name': artifact.split('/')[-1],
             'url': build_artifact_url(artifact, False),
             'size': get_artifact_weight(artifact),
             'icon': ':package:'
-- 
GitLab