From f29c9502c5fe4507e83f01cae040d73953d713f9 Mon Sep 17 00:00:00 2001 From: ajgeiss0702 Date: Sun, 29 Aug 2021 16:09:38 -0700 Subject: [PATCH] whoops --- .gitlab-ci.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2f10833..b3d196a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -13,9 +13,10 @@ build: stage: build script: - gradle clean :free:shadowJar - - mv free/build/libs/ajQueue*.jar jars/ + - mkdir jars + - cp free/build/libs/ajQueue*.jar jars/ - gradle :premium:shadowJar - - mv premium/build/libs/ajQueue*.jar jars/ + - cp premium/build/libs/ajQueue*.jar jars/ artifacts: untracked: true paths: