mirror of https://github.com/Hilbis/Hilbish
ci: use make to build for artifacts
parent
2faaf4e045
commit
b4a5746093
|
@ -27,7 +27,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
go-version: '1.17.7'
|
go-version: '1.17.7'
|
||||||
- name: Build
|
- name: Build
|
||||||
run: GOOS=${{ matrix.goos }} GOARCH=${{ matrix.goarch }} go build
|
run: GOOS=${{ matrix.goos }} GOARCH=${{ matrix.goarch }} make
|
||||||
- uses: actions/upload-artifact@v2
|
- uses: actions/upload-artifact@v2
|
||||||
if: matrix.goos == 'windows'
|
if: matrix.goos == 'windows'
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in New Issue