update path

This commit is contained in:
Matthew R. Kasun 2022-05-06 15:50:27 -04:00 committed by 0xdcarns
parent 9adafb63aa
commit eb9d94b77f

View file

@ -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