mirror of
https://github.com/gravitl/netmaker.git
synced 2026-01-09 12:24:18 +08:00
update path
This commit is contained in:
parent
9adafb63aa
commit
eb9d94b77f
1 changed files with 2 additions and 1 deletions
3
.github/workflows/buildandrelease.yml
vendored
3
.github/workflows/buildandrelease.yml
vendored
|
|
@ -449,8 +449,9 @@ jobs:
|
|||
run: |
|
||||
cd netclient
|
||||
go install goversioninfo
|
||||
export PATH=$PATH:~/go/bin
|
||||
export PATH=${PATH}:~/go/bin
|
||||
go generate
|
||||
dir
|
||||
env CGO_ENABLED=1 GOOS=windows GOARCH=amd64 go build -tags=gui -ldflags="-X 'main.version=${NETMAKER_VERSION}'" -o build/netclient.exe main.go
|
||||
|
||||
- name: Upload netclient windows to Release
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue