From 934744362f1df6147b2af4293690e05b2b372551 Mon Sep 17 00:00:00 2001 From: Manuel Cortez Date: Mon, 17 Dec 2018 00:59:23 -0600 Subject: [PATCH] Change name to artifacts zip file --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 64be745..c535a68 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -9,4 +9,5 @@ production: artifacts: paths: - socializer\* + name: socializer expire_in: 1 week \ No newline at end of file