diff options
| author | Sho Sakuma <me@m1sk9.dev> | 2026-02-26 00:54:11 +0900 |
|---|---|---|
| committer | Sho Sakuma <me@m1sk9.dev> | 2026-02-26 00:54:11 +0900 |
| commit | ee9f0b1c99895b8ed57f79559a991adfce126f51 (patch) | |
| tree | 9203266fbf61a1bf74d5bf5f69278b2901904906 | |
| parent | d63c8ff017a70c1bbbbbcd835a9fe67085ff09db (diff) | |
| download | LunaticChat-0.10.1.tar.gz LunaticChat-0.10.1.tar.bz2 LunaticChat-0.10.1.zip | |
ci: Fix Modrinth workflowv0.10.1
| -rw-r--r-- | .github/workflows/release.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 9336726..4cafef4 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -123,7 +123,7 @@ 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: | + loaders: |- paper folia game-versions: ${{ env.MODRINTH_GAME_VERSIONS }} |
