Skip to content

Commit c074aed

Browse files
authored
ci: add Windows build
1 parent 53c89f3 commit c074aed

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,14 @@ jobs:
4141
run: |
4242
go mod tidy
4343
go build
44+
GOOS=windows go build
4445
- name: "Upload binary"
4546
uses: actions/upload-artifact@v4
4647
with:
4748
name: octoscan
48-
path: ./octoscan
49+
path: |
50+
./octoscan
51+
./octoscan.exe
4952
5053
validate-tag:
5154
name: Validate tag

0 commit comments

Comments
 (0)