mirror of https://github.com/Hilbis/Hilbish
ci: properly build for other oses
parent
babb870383
commit
7516956aac
|
@ -27,7 +27,7 @@ jobs:
|
|||
with:
|
||||
go-version: '1.17.7'
|
||||
- name: Build
|
||||
run: GOARCH=${{ matrix.goarch }} go build
|
||||
run: GOOS=${{ matrix.goos}} GOARCH=${{ matrix.goarch }} go build
|
||||
- uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: hilbish-${{ matrix.goos }}-${{ matrix.goarch }}
|
||||
|
|
Loading…
Reference in New Issue