From 4eb6ceb0ccaa22dea31f77df3d9b5790f94c1c33 Mon Sep 17 00:00:00 2001 From: Meza Date: Sun, 3 Dec 2023 15:20:16 +0000 Subject: [PATCH] fix: the displayed game versions on the platforms --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index fa6c260..8e5ab04 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -116,7 +116,7 @@ jobs: fabric quilt game-versions: | - >=${{ env.MC_VERSION }} + ${{ env.MC_VERSION }} java: | 17 dependencies: | @@ -139,7 +139,7 @@ jobs: loaders: | forge game-versions: | - >=${{ env.MC_VERSION }} + ${{ env.MC_VERSION }} java: | 17 game-version-filter: releases