Skip to content

Commit

Permalink
fix: the displayed game versions on the platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
meza committed Dec 3, 2023
1 parent f7507ff commit 4eb6ceb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Expand Up @@ -116,7 +116,7 @@ jobs:
fabric
quilt
game-versions: |
>=${{ env.MC_VERSION }}
${{ env.MC_VERSION }}
java: |
17
dependencies: |
Expand All @@ -139,7 +139,7 @@ jobs:
loaders: |
forge
game-versions: |
>=${{ env.MC_VERSION }}
${{ env.MC_VERSION }}
java: |
17
game-version-filter: releases

0 comments on commit 4eb6ceb

Please sign in to comment.