github action building

pull/576/head
hunterlong 2020-05-05 20:01:34 -07:00
parent a70b3e616e
commit 95fec37e4c
1 changed files with 1 additions and 1 deletions

View File

@ -108,7 +108,7 @@ jobs:
cd ./go/src/github.com/${{ github.repository }}
make build
chmod +x statping
mv statping $(go env GOPATH)/bin/
mv statping ./go/bin/
- name: Go Tests
run: |