2
2
mirror of https://github.com/Hilbis/Hilbish synced 2025-04-02 03:33:22 +00:00

ci: properly build for other oses

This commit is contained in:
TorchedSammy 2022-02-27 21:00:37 -04:00
parent babb870383
commit 7516956aac
Signed by: sammyette
GPG Key ID: 904FC49417B44DCD

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 }}