Skip to content

Commit b639129

Browse files
authored
Move wintun distributable into release zip for windows (slackhq#572)
1 parent 999efdb commit b639129

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@ jobs:
4747
echo $Env:GITHUB_REF.Substring(11)
4848
go build -trimpath -ldflags "-X main.Build=$($Env:GITHUB_REF.Substring(11))" -o build\nebula.exe ./cmd/nebula-service
4949
go build -trimpath -ldflags "-X main.Build=$($Env:GITHUB_REF.Substring(11))" -o build\nebula-cert.exe ./cmd/nebula-cert
50+
mkdir build\dist\windows
51+
mv dist\windows\wintun build\dist\windows\
5052
5153
- name: Upload artifacts
5254
uses: actions/upload-artifact@v1
@@ -102,7 +104,7 @@ jobs:
102104
- name: Zip Windows
103105
run: |
104106
cd windows-latest
105-
zip nebula-windows-amd64.zip nebula.exe nebula-cert.exe
107+
zip -r nebula-windows-amd64.zip nebula.exe nebula-cert.exe dist
106108
107109
- name: Create sha256sum
108110
run: |

0 commit comments

Comments
 (0)