From e836082f93da865005cc71e003c5a3b09ad989bc Mon Sep 17 00:00:00 2001 From: minodisk Date: Wed, 17 Feb 2016 14:47:11 +0900 Subject: [PATCH 1/2] Update tasks --- .goxc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.goxc.json b/.goxc.json index 6847aeb..8865580 100644 --- a/.goxc.json +++ b/.goxc.json @@ -1,7 +1,7 @@ { "ArtifactsDest": "build", "Tasks": [ - "default" + "xc" ], "BuildConstraints": "linux darwin windows", "PackageVersion": "0.1.0", From 0a5cc1c5be0214c4a2b5d2000fde522744bd4b51 Mon Sep 17 00:00:00 2001 From: minodisk Date: Wed, 17 Feb 2016 15:00:28 +0900 Subject: [PATCH 2/2] Fix goxc tasks --- .goxc.json | 3 ++- release.sh | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.goxc.json b/.goxc.json index 8865580..eb9afdf 100644 --- a/.goxc.json +++ b/.goxc.json @@ -1,7 +1,8 @@ { "ArtifactsDest": "build", "Tasks": [ - "xc" + "compile", + "package" ], "BuildConstraints": "linux darwin windows", "PackageVersion": "0.1.0", diff --git a/release.sh b/release.sh index dba785f..c60fc5c 100755 --- a/release.sh +++ b/release.sh @@ -17,5 +17,5 @@ if [ "$has_version" == "true" ]; then exit 1 fi -goxc -wlc default publish-github -apikey=$GITHUB_TOKEN +goxc -wlc publish-github -apikey=$GITHUB_TOKEN goxc