Skip to content

Commit

Permalink
build 前に patch をあてる
Browse files Browse the repository at this point in the history
  • Loading branch information
Hexa committed Nov 12, 2024
1 parent d7ad288 commit e68ebf1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ jobs:

- run: go install github.com/tcnksm/ghr@latest

- name: Patch
run: make patch

- name: Build
run: |
CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -o dist/suzu_linux_amd64 cmd/suzu/main.go
Expand Down

0 comments on commit e68ebf1

Please sign in to comment.