Builds were broken; the build action didn't compile the right thing.

This commit is contained in:
Sean E. Russell 2020-03-06 08:30:34 -06:00
parent f428d851d0
commit dcc0671d03
2 changed files with 4 additions and 0 deletions

View File

@ -11,5 +11,7 @@ jobs:
- name: Compile
uses: xxxserxxx/actions/golang-build@master
env:
SRCPATH: ./cmd/gotop
with:
args: darwin/amd64/1 linux/amd64 linux/386 linux/arm64 linux/arm7 linux/arm6 linux/arm5 windows/amd64 windows/386 freebsd/amd64 freebsd/386

View File

@ -15,6 +15,8 @@ jobs:
- name: Make binaries
uses: xxxserxxx/actions/golang-build@master
env:
SRCPATH: ./cmd/gotop
with:
args: darwin/amd64/1 linux/amd64 linux/386 linux/arm64 linux/arm7 linux/arm6 linux/arm5 windows/amd64 windows/386 freebsd/amd64 freebsd/386
env: