ci: use make to build for artifacts

runner-prompt
TorchedSammy 2022-05-28 20:21:57 -04:00
parent 2faaf4e045
commit b4a5746093
Signed by: sammyette
GPG Key ID: 904FC49417B44DCD
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ jobs:
with:
go-version: '1.17.7'
- name: Build
run: GOOS=${{ matrix.goos }} GOARCH=${{ matrix.goarch }} go build
run: GOOS=${{ matrix.goos }} GOARCH=${{ matrix.goarch }} make
- uses: actions/upload-artifact@v2
if: matrix.goos == 'windows'
with: