ci: properly build for other oses

windows-fixes
TorchedSammy 2022-02-27 21:00:37 -04:00
parent babb870383
commit 7516956aac
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: 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 }}