From 1938bd826eeab84d1666fbd6a050dab63941ae19 Mon Sep 17 00:00:00 2001 From: Sho Sakuma Date: Sat, 7 Feb 2026 17:34:28 +0900 Subject: ci: Fix build-ci artifact path --- .github/workflows/ci.yaml | 4 ++-- README.md | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index a4dffea..455fb25 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -52,8 +52,8 @@ jobs: with: name: LunaticChat-${{ github.sha }} path: | - platform-paper/build/libs/*.jar - platform-velocity/build/libs/*.jar + platform-paper/build/libs/LunaticChat-*-paper.jar + platform-velocity/build/libs/LunaticChat-*-velocity.jar retention-days: 7 build_docs: diff --git a/README.md b/README.md index 0a56c4a..7c6a1fd 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,6 @@ See the [Documentation](https://lc.m1sk9.dev/guide/getting-started). - Romaji to Japanese Conversion - Channel Chat System - Multi-platform support (Paper, Velocity) - - Spigot? No problem, just use Paper! ## License -- cgit v1.2.1