Skip to content

Commit

Permalink
ci: add Windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
hugo-syn authored Sep 26, 2024
1 parent 53c89f3 commit c074aed
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,14 @@ jobs:
run: |
go mod tidy
go build
GOOS=windows go build
- name: "Upload binary"
uses: actions/upload-artifact@v4
with:
name: octoscan
path: ./octoscan
path: |
./octoscan
./octoscan.exe
validate-tag:
name: Validate tag
Expand Down

0 comments on commit c074aed

Please sign in to comment.