mirror of
https://github.com/xxnuo/MTranServer.git
synced 2026-09-03 06:35:20 +08:00
Update build.yml
This commit is contained in:
11
.github/workflows/build.yml
vendored
11
.github/workflows/build.yml
vendored
@@ -83,5 +83,16 @@ jobs:
|
||||
draft: false
|
||||
prerelease: false
|
||||
make_latest: true
|
||||
body: |
|
||||
## MTranServer ${{ github.ref_name }}
|
||||
|
||||
### Download
|
||||
|
||||
- **Linux x86_64**: `mtranserver-linux-amd64`
|
||||
- **Linux ARM64**: `mtranserver-linux-arm64`
|
||||
- **Linux x86**: `mtranserver-linux-386`
|
||||
- **macOS Intel**: `mtranserver-darwin-amd64`
|
||||
- **macOS Apple Silicon**: `mtranserver-darwin-arm64`
|
||||
- **Windows x86_64**: `mtranserver-windows-amd64.exe`
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
Reference in New Issue
Block a user