From 318d514b4124d5cbe348dae7470bb4d0c0a62de6 Mon Sep 17 00:00:00 2001 From: TomTheFurry Date: Sun, 25 Jun 2023 14:58:50 +0800 Subject: [PATCH] Ops. --- .gitlab-ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 52145f21a..fb054a1b9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -86,8 +86,8 @@ build_1_19_4: # 1.20.1 build -build_1.20.1: - stage: build_1.20.1 +build_1_20_1: + stage: build_1_20_1 script: # this both runs the unit tests and assembles the code - ./gradlew clean -PmcVer="1.20.1" --gradle-user-home cache/; @@ -95,7 +95,7 @@ build_1.20.1: - ./gradlew mergeJars -PmcVer="1.20.1" --gradle-user-home cache/; image: eclipse-temurin:17 artifacts: - name: "NightlyBuild_1.20.1-${CI_COMMIT_SHORT_SHA}-${CI_COMMIT_TIMESTAMP}" + name: "NightlyBuild_1_20_1-${CI_COMMIT_SHORT_SHA}-${CI_COMMIT_TIMESTAMP}" paths: - Merged/*.jar - fabric/build/libs/*.jar