mirror of
https://github.com/MetaCubeX/mihomo.git
synced 2024-11-16 11:42:43 +08:00
chore: better release notes
This commit is contained in:
parent
831b473486
commit
23c70c10a3
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
|
@ -240,14 +240,16 @@ jobs:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
||||||
- run: |
|
- run: |
|
||||||
echo 'Release created at ${{ env.BUILDTIME }}
|
cat > release.txt << 'EOF'
|
||||||
|
Release created at ${{ env.BUILDTIME }}
|
||||||
Synchronize ${{ github.ref_name }} branch code updates, keeping only the latest version
|
Synchronize ${{ github.ref_name }} branch code updates, keeping only the latest version
|
||||||
<br>
|
<br>
|
||||||
### release version
|
### release version
|
||||||
`default(not specified in file name)`: compiled with GOAMD64=v3
|
`default(not specified in file name)`: compiled with GOAMD64=v3
|
||||||
`cgo`: support lwip tun stack, compiled with GOAMD64=v1
|
`cgo`: support lwip tun stack, compiled with GOAMD64=v1
|
||||||
`compatible`: compiled with GOAMD64=v1
|
`compatible`: compiled with GOAMD64=v1
|
||||||
Check details between different architectural levels [here](https://github.com/golang/go/wiki/MinimumRequirements#amd64).' > release.txt
|
Check details between different architectural levels [here](https://github.com/golang/go/wiki/MinimumRequirements#amd64).
|
||||||
|
EOF
|
||||||
|
|
||||||
- name: Upload Prerelease
|
- name: Upload Prerelease
|
||||||
uses: softprops/action-gh-release@v1
|
uses: softprops/action-gh-release@v1
|
||||||
|
|
Loading…
Reference in New Issue
Block a user