feat: edit body for commit messages

This commit is contained in:
2026-03-14 01:27:32 +01:00
parent b135f1ef9e
commit 2c7a3d360d
12 changed files with 562 additions and 92 deletions

View File

@@ -62,7 +62,7 @@ jobs:
- name: Upload Linux artifact
uses: actions/upload-artifact@v3
with:
name: jj-cz-linux-x86_64
name: jj-cz-x86_64-unknown-linux-gnu
path: dist-linux/*
- name: Build Windows release binary
@@ -77,5 +77,5 @@ jobs:
- name: Upload Windows artifact
uses: actions/upload-artifact@v3
with:
name: jj-cz-windows-x86_64
name: jj-cz-x86_64-pc-windows-gnu
path: dist-windows/*