diff options
| author | Sho Sakuma <me@m1sk9.dev> | 2026-01-17 15:17:06 +0900 |
|---|---|---|
| committer | Sho Sakuma <me@m1sk9.dev> | 2026-01-17 15:17:06 +0900 |
| commit | 2c9c5a0168e9fe41d082076af459d42b02d75eba (patch) | |
| tree | 8388c387b106c6a74448de60ab3eb26be9a4ee32 /.github | |
| parent | 5a37ad56989ea3d2fdc163daa9215c90595b326d (diff) | |
| download | LunaticChat-2c9c5a0168e9fe41d082076af459d42b02d75eba.tar.gz LunaticChat-2c9c5a0168e9fe41d082076af459d42b02d75eba.tar.bz2 LunaticChat-2c9c5a0168e9fe41d082076af459d42b02d75eba.zip | |
ci: Fix artifacts name
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/ci.yaml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index f5013d1..987ceb4 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -32,8 +32,9 @@ jobs: if: success() with: name: LunaticChat-${{ github.sha }} - path: platform-paper/build/libs/*-all.jar + path: platform-paper/build/libs/*.jar retention-days: 7 + build_docs: runs-on: ubuntu-24.04 defaults: |
