提交 2e2b21bb 编写于 作者: J Jingwen Owen Ou

Rename task to release

上级 dd130347
......@@ -8,10 +8,10 @@ import (
"runtime"
)
// Builds gh
// Releases gh
//
// Build gh for current operating system
func TaskBuild(t *tasking.T) {
// Release gh for current operating system. The build artifacts will be in target/VERSION
func TaskRelease(t *tasking.T) {
t.Log("Updating goxc...")
err := t.Exec("go get -u github.com/laher/goxc")
if err != nil {
......
#!/bin/bash
script/bootstrap
gotask release
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册