From 5f2a42cc3a251e6d9a46a4b42ba042dac6b65919 Mon Sep 17 00:00:00 2001 From: 1798643961 <1798643961@qq.com> Date: Sat, 6 Jan 2024 20:36:31 +0800 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e622e8ba0..7b20fc575 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -6,10 +6,10 @@ name: Build And Publish to Modrinth on : [push, pull_request] env: - MINECRAFT_VERSION: 1.20.1 - VERSION: 1.20.x-snapshot + MINECRAFT_VERSION: 1.20.4 + VERSION: 1.20.4-snapshot MODRINTH_TOKEN: ${{ secrets.PUBLISH_MODRINTH_TOKEN }} - RELEASE_NAME: banner-1.20.x + RELEASE_NAME: banner-1.20.4 jobs: build: @@ -49,5 +49,5 @@ jobs: version-type: release loaders: fabric - game-versions: '1.20.1' + game-versions: '1.20.4' java: "17"