From 5acbc9bf1407927a0e3b597d0f3f5e7024ea416f Mon Sep 17 00:00:00 2001 From: Tyler Hawkins <3319104+tyzbit@users.noreply.github.com> Date: Tue, 25 Apr 2023 17:25:13 -0400 Subject: [PATCH] build: use default build process --- .github/workflows/release.yaml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index c2f7e6d..f2c4a92 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -35,14 +35,7 @@ jobs: goos: ${{ matrix.goos }} goarch: ${{ matrix.goarch }} goversion: 1.19.5 - build_command: >- - ./.github/build - ${{ github.event.repository.name }} - ${{ github.ref_name }} - ${{ matrix.ldflags }} - ${{ matrix.goos }} - ${{ matrix.goarch }} - ${{ matrix.ext }} + ldflags: ${{ matrix.ldflags }} asset_name: >- ${{ github.event.repository.name }}- ${{ github.ref_name }}-