diff options
| author | Sho Sakuma <me@m1sk9.dev> | 2026-01-10 22:44:23 +0900 |
|---|---|---|
| committer | Sho Sakuma <me@m1sk9.dev> | 2026-01-10 22:47:02 +0900 |
| commit | b29902f75d37a2124a2ee13f14af2f2377c177e7 (patch) | |
| tree | d6445dadfb16a078c19b558ced5bcd5d118d51f4 /.github | |
| parent | 3e9b5eaa54e160e2271e78239c3b25ecede5e593 (diff) | |
| download | LunaticChat-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.yaml | 2 |
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 |
