From 6b6922e3f7a05b1a21a1bd40f9d2b4f0788b2973 Mon Sep 17 00:00:00 2001
From: Frank Sauerburger <frank@sauerburger.com>
Date: Sun, 3 Jan 2021 19:46:24 +0100
Subject: [PATCH] Store JS and CSS built artifacts

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 8abebc7..cf2f437 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -37,7 +37,7 @@ jsbuild:
   artifacts:
     expire_in: 1 week
     paths: 
-     - uhepp_org/uhepp_vault/static/react/main.js*
+     - uhepp_org/uhepp_vault/static/react/*
 
 build:
   stage: build
-- 
GitLab