diff options
| author | Sho Sakuma <me@m1sk9.dev> | 2026-02-07 19:22:12 +0900 |
|---|---|---|
| committer | Sho Sakuma <me@m1sk9.dev> | 2026-02-07 19:22:12 +0900 |
| commit | 4ffbd9868a3000abc764518ee6c085d5a0ac31b3 (patch) | |
| tree | 84a97b73e415cbb07bd3cc13d4d6302ada9a7ad2 /.github/workflows/release.yaml | |
| parent | fea90277ca6fc1313a7e11a92108c041e713ef1b (diff) | |
| download | LunaticChat-4ffbd9868a3000abc764518ee6c085d5a0ac31b3.tar.gz LunaticChat-4ffbd9868a3000abc764518ee6c085d5a0ac31b3.tar.bz2 LunaticChat-4ffbd9868a3000abc764518ee6c085d5a0ac31b3.zip | |
ci: Fix release Modrinth workflow
Diffstat (limited to '.github/workflows/release.yaml')
| -rw-r--r-- | .github/workflows/release.yaml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 9738849..f46c4e9 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -117,13 +117,13 @@ jobs: project: ${{ secrets.MODRINTH_PROJECT_ID }} version: ${{ needs.validate.outputs.version }} channel: beta - changelog: | + changelog: |- Please refer to the [GitHub release](https://github.com/m1sk9/LunaticChat/releases/tag/v${{ needs.validate.outputs.version }}) for update details. - loaders: | + loaders: |- paper velocity game-versions: "1.21.x" - files: | + files: |- platform-paper/build/libs/${{ needs.validate.outputs.paper_jar_name }} platform-velocity/build/libs/${{ needs.validate.outputs.velocity_jar_name }} |
