Browse Source

build on linux; windows no work

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

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

@@ -396,7 +396,7 @@ jobs:
           asset_name: netclient-darwin-arm64
 
   netclient-windows:
-    runs-on: windows-latest
+    runs-on: ubuntu-latest
     needs: version
     steps:
       - name: Checkout
@@ -424,4 +424,4 @@ jobs:
           tag: ${{ env.NETMAKER_VERSION }}
           overwrite: true
           prerelease: true
-          asset_name: netclient.exe
+          asset_name: netclient.exe