Skip to content

Commit

Permalink
fix: release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
simbados committed Feb 14, 2024
1 parent 2c8ee69 commit d3de797
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ jobs:
with:
go-version: '1.22.0'
- run: go build cmd/sb/sb.go
env:
GOOS: darwin
GOARCH: arm64
CGO_ENABLED: 0
- run: gh release create $TAG -F changelog.md './sb#binary'
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit d3de797

Please sign in to comment.