Skip to content

Commit 9c39f86

Browse files
authored
build: add Windows release artifacts (#140)
1 parent 683d79a commit 9c39f86

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/build.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,12 @@ jobs:
3333
- name: mcp-auth-proxy-darwin-arm64
3434
os: darwin
3535
arch: arm64
36+
- name: mcp-auth-proxy-windows-amd64.exe
37+
os: windows
38+
arch: amd64
39+
- name: mcp-auth-proxy-windows-arm64.exe
40+
os: windows
41+
arch: arm64
3642

3743
steps:
3844
- name: Checkout repository

0 commit comments

Comments
 (0)