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