Skip to content

Commit 73b4057

Browse files
committed
Add windows release
1 parent 7f5653d commit 73b4057

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/workflows/release.yaml

+11
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,15 @@ jobs:
1313
github_token: ${{ secrets.GITHUB_TOKEN }}
1414
goos: linux
1515
goarch: amd64
16+
extra_files: AGPL README.md start.sh
17+
release-windows-amd64:
18+
name: release windows/amd64
19+
runs-on: ubuntu-latest
20+
steps:
21+
- uses: actions/checkout@v2
22+
- uses: wangyoucao577/go-release-action@v1.20
23+
with:
24+
github_token: ${{ secrets.GITHUB_TOKEN }}
25+
goos: windows
26+
goarch: amd64
1627
extra_files: AGPL README.md

0 commit comments

Comments
 (0)