From a4f731da16c5c036aa718f44791f108c46c19774 Mon Sep 17 00:00:00 2001 From: coolGi Date: Sat, 4 Mar 2023 09:51:00 +0000 Subject: [PATCH] Forgot to remove the exclude comment in the ci --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6a5421820..daa189840 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -26,8 +26,8 @@ build_1_18_2: - fabric/build/libs/*.jar - forge/build/libs/*.jar - quilt/build/libs/*.jar - #exclude: - # # TODO: There is a lot of duplicate stuff here, fix it later + exclude: + # TODO: There is a lot of duplicate stuff here, fix it later - fabric/build/libs/*-all.jar - fabric/build/libs/*-sources.jar - forge/build/libs/*-all.jar