mirror of
https://github.com/CyberL1/holesail-proxy.git
synced 2025-02-23 02:29:21 -05:00
test: version release
This commit is contained in:
parent
692aafd6c8
commit
2b11bb9d55
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -32,7 +32,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
export GOOS=${{ matrix.os }}
|
export GOOS=${{ matrix.os }}
|
||||||
export GOARCH=${{ matrix.arch }}
|
export GOARCH=${{ matrix.arch }}
|
||||||
go build
|
go build -ldflags "-X holesail-proxy/utils.Version=1"
|
||||||
- name: Pack binary
|
- name: Pack binary
|
||||||
run: zip holesail-proxy-${{ matrix.os }}-${{ matrix.arch }}.zip holesail-proxy${{ matrix.os == 'windows' && '.exe' || '' }}
|
run: zip holesail-proxy-${{ matrix.os }}-${{ matrix.arch }}.zip holesail-proxy${{ matrix.os == 'windows' && '.exe' || '' }}
|
||||||
- name: Create release
|
- name: Create release
|
||||||
|
Loading…
x
Reference in New Issue
Block a user