diff options
| author | Sho Sakuma <me@m1sk9.dev> | 2026-02-23 17:45:09 +0900 |
|---|---|---|
| committer | Sho Sakuma <me@m1sk9.dev> | 2026-02-23 17:45:09 +0900 |
| commit | 390a45b9a5af6c07f6c7dd37cd7e6208e2bbdcb1 (patch) | |
| tree | b56f3b23b02724d462adfb1c1e7d0979aa4f828a /.github/workflows/ci.yaml | |
| parent | 68c1eb05720f7c6d4fbf8d30d4b441125ad0860e (diff) | |
| download | LunaticChat-390a45b9a5af6c07f6c7dd37cd7e6208e2bbdcb1.tar.gz LunaticChat-390a45b9a5af6c07f6c7dd37cd7e6208e2bbdcb1.tar.bz2 LunaticChat-390a45b9a5af6c07f6c7dd37cd7e6208e2bbdcb1.zip | |
ci: add folia support to release and ci workflows
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Diffstat (limited to '.github/workflows/ci.yaml')
| -rw-r--r-- | .github/workflows/ci.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 455fb25..5ddd4d4 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -52,7 +52,7 @@ jobs: with: name: LunaticChat-${{ github.sha }} path: | - platform-paper/build/libs/LunaticChat-*-paper.jar + platform-paper/build/libs/LunaticChat-*.jar platform-velocity/build/libs/LunaticChat-*-velocity.jar retention-days: 7 |
