summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSho Sakuma <me@m1sk9.dev>2026-02-07 17:34:28 +0900
committerSho Sakuma <me@m1sk9.dev>2026-02-07 17:34:28 +0900
commit1938bd826eeab84d1666fbd6a050dab63941ae19 (patch)
tree73dcb7a14277c9f9541e62c8516812c4818a3cec
parentd680eaa8fe7a99ccd25674c1b6933096dc28d5df (diff)
downloadLunaticChat-1938bd826eeab84d1666fbd6a050dab63941ae19.tar.gz
LunaticChat-1938bd826eeab84d1666fbd6a050dab63941ae19.tar.bz2
LunaticChat-1938bd826eeab84d1666fbd6a050dab63941ae19.zip
ci: Fix build-ci artifact path
-rw-r--r--.github/workflows/ci.yaml4
-rw-r--r--README.md1
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