From a421e579319b66b5e078ba3600385512da03b8b2 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C3=89lo=C3=AFs?= <elois@ifee.fr>
Date: Wed, 10 Jan 2018 20:58:38 +0000
Subject: [PATCH] Update releaser.py

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

diff --git a/.gitlab/releaser.py b/.gitlab/releaser.py
index 97dd7e948..4a43dafea 100644
--- a/.gitlab/releaser.py
+++ b/.gitlab/releaser.py
@@ -94,7 +94,7 @@ def build_compiled_message(current_message):
             'icon': ':package:'
         }
         artifacts_list.append(artifact_dict)
-    expected_sources = ['tar.gz', 'zip']
+    expected_sources = ['tar.gz', 'deb']
     for source in expected_sources:
         source_url = build_artifact_url(source, True)
         artifact_dict = {
-- 
GitLab