Skip to content

Commit

Permalink
Merge pull request #26 from minodisk/master
Browse files Browse the repository at this point in the history
Fix goxc tasks
  • Loading branch information
minodisk committed Feb 17, 2016
2 parents a26a525 + 0a5cc1c commit f4cc70a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .goxc.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"ArtifactsDest": "build",
"Tasks": [
"default"
"compile",
"package"
],
"BuildConstraints": "linux darwin windows",
"PackageVersion": "0.1.0",
Expand Down
2 changes: 1 addition & 1 deletion release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit f4cc70a

Please sign in to comment.