mirror of
https://github.com/gravitl/netmaker.git
synced 2025-09-15 01:24:41 +08:00
use full path with go get
This commit is contained in:
parent
351a7b5398
commit
114a07c234
1 changed files with 1 additions and 1 deletions
2
.github/workflows/buildandrelease.yml
vendored
2
.github/workflows/buildandrelease.yml
vendored
|
@ -448,7 +448,7 @@ jobs:
|
|||
- name: Build
|
||||
run: |
|
||||
cd netclient
|
||||
go get goversioninfo
|
||||
go get github.com/josephspurrier/goversioninfo
|
||||
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
|
||||
|
|
Loading…
Add table
Reference in a new issue