summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSho Sakuma <me@m1sk9.dev>2026-02-07 17:39:46 +0900
committerGitHub <noreply@github.com>2026-02-07 17:39:46 +0900
commitd70a6bd33824e92731d6369debb5eba613e1e7ed (patch)
tree73dcb7a14277c9f9541e62c8516812c4818a3cec
parentd680eaa8fe7a99ccd25674c1b6933096dc28d5df (diff)
parent1938bd826eeab84d1666fbd6a050dab63941ae19 (diff)
downloadLunaticChat-d70a6bd33824e92731d6369debb5eba613e1e7ed.tar.gz
LunaticChat-d70a6bd33824e92731d6369debb5eba613e1e7ed.tar.bz2
LunaticChat-d70a6bd33824e92731d6369debb5eba613e1e7ed.zip
Merge pull request #88 from m1sk9/fix-release-ci
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