Try workflow with DLL

This commit is contained in:
braginini
2023-04-07 16:04:02 +02:00
parent 0b21e05a52
commit 10afc8eeb8
5 changed files with 2 additions and 2 deletions

View File

@@ -18,7 +18,7 @@ jobs:
- uses: actions/upload-artifact@v2
with:
name: syso
path: client/*.syso
path: client/*.dll
test:
needs: pre

BIN
client/wintun_386.dll Normal file

Binary file not shown.

BIN
client/wintun_amd64.dll Normal file

Binary file not shown.

BIN
client/wintun_arm64.dll Normal file

Binary file not shown.

View File

@@ -60,7 +60,7 @@ func (c *tunDevice) createWithUserspace() (NetInterface, error) {
uapi, err := c.getUAPI(c.name)
if err != nil {
return tunIface, err
return nil, err
}
go func() {