We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1efb6c6 commit 86df57eCopy full SHA for 86df57e
1 file changed
.github/workflows/release.yml
@@ -64,6 +64,13 @@ jobs:
64
rsrc -manifest cmd/awg-split-tunnel-updater/app.manifest -ico "$ICO" -o cmd/awg-split-tunnel-updater/rsrc_windows_amd64.syso
65
rsrc -manifest cmd/awg-diag/app.manifest -ico "$ICO" -o cmd/awg-diag/rsrc_windows_amd64.syso
66
67
+ - name: Download wintun.dll
68
+ shell: bash
69
+ run: |
70
+ curl -fsSL https://www.wintun.net/builds/wintun-0.14.1.zip -o wintun.zip
71
+ unzip -j wintun.zip "wintun/bin/amd64/wintun.dll" -d dll/
72
+ rm wintun.zip
73
+
74
- name: Build Go binaries
75
shell: bash
76
run: |
0 commit comments