From 87ebaee72419463871a43e577c73b1f418cf6588 Mon Sep 17 00:00:00 2001 From: Sho Sakuma Date: Thu, 26 Feb 2026 00:46:36 +0900 Subject: ci: Fix release-ci --- .github/workflows/release.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to '.github') diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index e15d426..9336726 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -123,7 +123,9 @@ jobs: channel: ${{ env.MODRINTH_CHANNEL }} changelog: |- Please refer to the [GitHub release](https://github.com/m1sk9/LunaticChat/releases/tag/v${{ needs.validate.outputs.version }}) for update details. - loaders: paper, folia + loaders: | + paper + folia game-versions: ${{ env.MODRINTH_GAME_VERSIONS }} files: platform-paper/build/libs/${{ needs.validate.outputs.paper_jar_name }} -- cgit v1.2.1