From 17bddb916b64dc89758e58dd8923cd6991c24da2 Mon Sep 17 00:00:00 2001
From: Kai Brassel <mail@khbrassel.de>
Date: Sun, 21 Mar 2021 11:03:50 +0100
Subject: [PATCH] Copy Linux deliverable to download site

---
 .gitlab-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index ac5ef0a..87786b0 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -13,6 +13,7 @@ pages:
     - cp catalogs/Catalog.encomp public
     - cp site/*.html public
     - cp de.hftstuttgart.energycomponents.product/target/products/*.zip public
+    - cp de.hftstuttgart.energycomponents.product/target/products/*.gz public
   artifacts:
     paths:
       - public
-- 
GitLab