resolve issues with release action

This commit is contained in:
Casey Lee
2019-02-07 09:50:30 -08:00
parent 7b012832b4
commit de62a2eece
4 changed files with 29 additions and 1 deletions

View File

@@ -25,7 +25,7 @@ build: check
$(ACT) -ra build
release:
$(ACT) -ra release
$(ACT) -ra local-release
install: build
@cp dist/$(shell go env GOOS)_$(shell go env GOARCH)/act /usr/local/bin/act