Skip to content

Commit 2306740

Browse files
author
hidu
committed
update ci
1 parent c637dea commit 2306740

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,14 @@ jobs:
4646
mv target/aarch64-musl/aarch64-unknown-linux-musl/release/tap-proxy output/tap-proxy-aarch64-linux-musl
4747
ls output -l
4848
49+
- name: Build windows-x86_64-gnu
50+
run: |
51+
cross build --release --target x86_64-pc-windows-gnu --target-dir target/win64
52+
53+
mkdir -p output || true
54+
mv target/win64/x86_64-pc-windows-gnu/release/tap-proxy.exe output/tap-proxy-win64.exe
55+
ls output -l
56+
4957
# 发布 Nightly Release
5058
- name: Publish Nightly Release
5159
env:
@@ -58,6 +66,7 @@ jobs:
5866
gh release create nightly \
5967
output/tap-proxy-x86_64-linux-musl \
6068
output/tap-proxy-aarch64-linux-musl \
69+
output/tap-proxy-win64.exe \
6170
--title "Nightly Release" \
6271
--notes "Automatically built from master commit $GITHUB_SHA on $(date -u +'%Y-%m-%d %H:%M:%S UTC')" \
6372
--prerelease

0 commit comments

Comments
 (0)