create bin if not under go env GOPATH

This commit is contained in:
Bryan MacFarlane
2020-03-26 12:40:41 -04:00
parent 3e014ec8a4
commit 1fea44b3f0
3 changed files with 40 additions and 19 deletions

View File

@ -25,6 +25,7 @@
"dependencies": {
"@actions/core": "^1.2.2",
"@actions/http-client": "^1.0.6",
"@actions/io": "^1.0.2",
"@actions/tool-cache": "^1.3.1",
"semver": "^6.1.1"
},