mirror of
https://github.com/gravitl/netmaker.git
synced 2025-11-08 07:41:41 +08:00
build on linux; windows no work
This commit is contained in:
parent
fd170f5cbb
commit
a8073e8d86
1 changed files with 2 additions and 2 deletions
4
.github/workflows/buildandrelease.yml
vendored
4
.github/workflows/buildandrelease.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue