From 84225a72b9c5307a1554921877b614e2dd113d49 Mon Sep 17 00:00:00 2001 From: Sameer Rahmani Date: Tue, 17 Mar 2020 22:27:12 +0000 Subject: [PATCH] Changed the approach to packaging in the CI script --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a36add6..b9eb3f7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -21,10 +21,10 @@ build-package: extends: .build script: - cd ~/.fg42/ && fg42 -nw --script build.el - - cd && tar zcf ~/fg42.$CI_COMMIT_TAG.tar.gz ~/.fg42/ artifacts: when: on_success + name: fg42.$CI_COMMIT_TAG paths: - - ~/fg42.$CI_COMMIT_TAG.tar.gz + - ~/.fg42 only: - tags