From 8277e6e92c34b41e261b5273ff67667efef1ee47 Mon Sep 17 00:00:00 2001 From: Kewbit Date: Sun, 17 Nov 2024 16:42:48 +0000 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 63031ff0..bde2a353 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -14,7 +14,7 @@ build: - ./gradlew :daemon-all shadowJar artifacts: paths: - - build/libs/ + - daemon/build/libs/ expire_in: 7 days release: @@ -22,7 +22,7 @@ release: image: alpine:latest # Use a minimal image for release preparation script: - mkdir -p release - - cp build/libs/*.jar release/ + - cp daemon/build/libs/*.jar release/ - echo "Release artifact generated." artifacts: paths: