From: Christian Femers Date: Wed, 16 Oct 2019 19:19:43 +0000 (+0200) Subject: Fixed repository artifact X-Git-Url: https://mograsim.net/gitweb/?p=Mograsim.git;a=commitdiff_plain;h=faa3ac25218372e92afad546106b7ca7ee9c5e49 Fixed repository artifact --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 64f18749..01080680 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -62,4 +62,5 @@ package_repo: script: - mvn $MAVEN_CLI_OPTS verify artifacts: - paths: releng/net.mograsim.plugin.updatesite/target/*.zip + paths: + - releng/net.mograsim.plugin.updatesite/target/*.zip