summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorSho Sakuma <me@m1sk9.dev>2026-01-10 22:44:23 +0900
committerSho Sakuma <me@m1sk9.dev>2026-01-10 22:47:02 +0900
commitb29902f75d37a2124a2ee13f14af2f2377c177e7 (patch)
treed6445dadfb16a078c19b558ced5bcd5d118d51f4 /.github
parent3e9b5eaa54e160e2271e78239c3b25ecede5e593 (diff)
downloadLunaticChat-b29902f75d37a2124a2ee13f14af2f2377c177e7.tar.gz
LunaticChat-b29902f75d37a2124a2ee13f14af2f2377c177e7.tar.bz2
LunaticChat-b29902f75d37a2124a2ee13f14af2f2377c177e7.zip
ci(fix): Fix release workflow issue
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/release.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml
index 3fd3b25..5121d0e 100644
--- a/.github/workflows/release.yaml
+++ b/.github/workflows/release.yaml
@@ -20,7 +20,7 @@ jobs:
run: |
VERSION=$(grep ' version = ' build.gradle.kts | sed 's/.*version = "\(.*\)"/\1/')
echo "version=$VERSION" >> $GITHUB_OUTPUT
- echo "jar_name=LunaticChat-$VERSION-all.jar" >> $GITHUB_OUTPUT
+ echo "jar_name=LunaticChat-$VERSION-paper.jar" >> $GITHUB_OUTPUT
echo "Extracted version: $VERSION"
- name: Validate tag matches version