diff options
| author | Sho Sakuma <me@m1sk9.dev> | 2026-02-26 00:46:36 +0900 |
|---|---|---|
| committer | Sho Sakuma <me@m1sk9.dev> | 2026-02-26 00:46:36 +0900 |
| commit | 87ebaee72419463871a43e577c73b1f418cf6588 (patch) | |
| tree | b84d5ffb8d776d54712485984cd33346fc07bdfc /.github/workflows/release.yaml | |
| parent | 09e1f7db6b7c3031b5b35a562b82c938ca4cc7a8 (diff) | |
| download | LunaticChat-87ebaee72419463871a43e577c73b1f418cf6588.tar.gz LunaticChat-87ebaee72419463871a43e577c73b1f418cf6588.tar.bz2 LunaticChat-87ebaee72419463871a43e577c73b1f418cf6588.zip | |
ci: Fix release-ci
Diffstat (limited to '.github/workflows/release.yaml')
| -rw-r--r-- | .github/workflows/release.yaml | 4 |
1 files changed, 3 insertions, 1 deletions
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 }} |
