Skip to content

Commit

Permalink
enabled windows support in releaser
Browse files Browse the repository at this point in the history
  • Loading branch information
alash3al committed Aug 7, 2024
1 parent 7af6482 commit 3759a7a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/releaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
goos: [linux, darwin]
goos: [linux, darwin, windows]
goarch: [amd64, arm64]
steps:
- uses: actions/checkout@v4.1.3
- uses: wangyoucao577/go-release-action@v1.50
- uses: wangyoucao577/go-release-action@v1.51
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
goos: ${{ matrix.goos }}
Expand Down

0 comments on commit 3759a7a

Please sign in to comment.