mirror of
https://github.com/apernet/hysteria.git
synced 2025-04-06 22:17:39 +03:00
Better build naming & notun README
This commit is contained in:
parent
837ead24cc
commit
481abdf41d
4 changed files with 22 additions and 17 deletions
.github/workflows
12
.github/workflows/release.yml
vendored
12
.github/workflows/release.yml
vendored
|
@ -32,7 +32,7 @@ jobs:
|
|||
TIME: "${{ steps.current-time.outputs.time }}"
|
||||
CGO_ENABLED: "0"
|
||||
with:
|
||||
name: hysteria
|
||||
name: hysteria-notun
|
||||
dest: ./dist/
|
||||
ldflags: -w -s -X main.appVersion=${{ env.GIT_TAG_NAME }} -X main.appCommit=${{ github.sha }} -X main.appDate=${{ env.TIME }}
|
||||
platforms: 'linux/amd64, linux/386, linux/arm, linux/arm64, linux/mipsle, darwin/amd64, darwin/arm64, windows/amd64, windows/386'
|
||||
|
@ -46,8 +46,8 @@ jobs:
|
|||
gzip: false
|
||||
allow_override: true
|
||||
files: >
|
||||
./dist/hysteria-linux-amd64
|
||||
./dist/hysteria-linux-386
|
||||
./dist/hysteria-linux-arm
|
||||
./dist/hysteria-linux-arm64
|
||||
./dist/hysteria-linux-mipsle
|
||||
./dist/hysteria-notun-linux-amd64
|
||||
./dist/hysteria-notun-linux-386
|
||||
./dist/hysteria-notun-linux-arm
|
||||
./dist/hysteria-notun-linux-arm64
|
||||
./dist/hysteria-notun-linux-mipsle
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue