Skip to content

Commit

Permalink
build: use default build process
Browse files Browse the repository at this point in the history
  • Loading branch information
tyzbit committed Apr 25, 2023
1 parent 1e94f70 commit 5acbc9b
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}-
Expand Down

0 comments on commit 5acbc9b

Please sign in to comment.