From 02a6db0a627eb254a38fd4b4535c21d26609843f Mon Sep 17 00:00:00 2001 From: James Seibel Date: Sun, 23 Jan 2022 18:00:43 -0600 Subject: [PATCH] Update the pipeline --- .gitlab-ci.yml | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 941e55fac..f2f24548f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -76,10 +76,14 @@ build: - fabric/build/libs - forge/build/libs exclude: - - *-dev.jar - - *-dev-shadow.jar - - *-sources-dev.jar - - *-sources.jar + - fabric/*-dev.jar + - fabric/*-dev-shadow.jar + - fabric/*-sources-dev.jar + - fabric/*-sources.jar + - forge/*-dev.jar + - forge/*-dev-shadow.jar + - forge/*-sources-dev.jar + - forge/*-sources.jar reports: # To ensure we've access to these files in the next stage dotenv: generate_jars.env