diff options
| author | Sho Sakuma <me@m1sk9.dev> | 2026-02-07 17:34:28 +0900 |
|---|---|---|
| committer | Sho Sakuma <me@m1sk9.dev> | 2026-02-07 17:34:28 +0900 |
| commit | 1938bd826eeab84d1666fbd6a050dab63941ae19 (patch) | |
| tree | 73dcb7a14277c9f9541e62c8516812c4818a3cec | |
| parent | d680eaa8fe7a99ccd25674c1b6933096dc28d5df (diff) | |
| download | LunaticChat-1938bd826eeab84d1666fbd6a050dab63941ae19.tar.gz LunaticChat-1938bd826eeab84d1666fbd6a050dab63941ae19.tar.bz2 LunaticChat-1938bd826eeab84d1666fbd6a050dab63941ae19.zip | |
ci: Fix build-ci artifact path
| -rw-r--r-- | .github/workflows/ci.yaml | 4 | ||||
| -rw-r--r-- | 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: @@ -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 |
