Matthew R. Kasun 3 years ago
parent
commit
f09ce25ec9
1 changed files with 2 additions and 1 deletions
  1. 2 1
      .github/workflows/buildandrelease.yml

+ 2 - 1
.github/workflows/buildandrelease.yml

@@ -449,10 +449,11 @@ jobs:
         run: |
           cd netclient
           go get github.com/josephspurrier/goversioninfo
-          set PATH=%PATH%;%GOPATH%
+          PATH=$PATH:$GOPATH
           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
+        shell: bash
 
       - name: Upload netclient windows to Release
         continue-on-error: true