Update artifact upload path and build ID

Changed the artifact upload path in the release workflow to include all .exe files in the dist directory. Also updated the build ID from 'chatlog-builds' to 'chatlog' in .goreleaser.yaml for consistency.
This commit is contained in:
lx1056758714-glitch
2025-12-18 21:57:55 +08:00
parent f577b3956d
commit 4993398ffd
2 changed files with 2 additions and 2 deletions

View File

@@ -50,4 +50,4 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: chatlog-snapshot
path: dist/chatlog_windows_amd64_v1/chatlog.exe
path: dist/**/*.exe