From b4a5746093a89dfd5729eb297acd25063115b225 Mon Sep 17 00:00:00 2001 From: TorchedSammy <38820196+TorchedSammy@users.noreply.github.com> Date: Sat, 28 May 2022 20:21:57 -0400 Subject: [PATCH] ci: use make to build for artifacts --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b357b64..08c69ef 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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: