From e68ebf1879f7a26aa3b99b1b0a751e91c6b08a29 Mon Sep 17 00:00:00 2001 From: Yoshida Hiroshi Date: Tue, 12 Nov 2024 17:01:25 +0900 Subject: [PATCH] =?UTF-8?q?build=20=E5=89=8D=E3=81=AB=20patch=20=E3=82=92?= =?UTF-8?q?=E3=81=82=E3=81=A6=E3=82=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/release.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0b6d3f2..83b959d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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