From 1ef00edea0905f74b801fdff8b365c229351aa3c Mon Sep 17 00:00:00 2001 From: Henrique Dias Date: Tue, 1 Mar 2016 20:18:13 +0000 Subject: [PATCH] add auto --- dist/automate.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/dist/automate.sh b/dist/automate.sh index 4000806c..2d864142 100644 --- a/dist/automate.sh +++ b/dist/automate.sh @@ -20,7 +20,7 @@ caddyext install hugo:github.com/hacdias/caddy-hugo mkdir -p $BuildDir cd $BuildDir rm -f caddy* -gox $Package +gox -os="linux" $Package # Zip them up with release notes and stuff mkdir -p $ReleaseDir @@ -56,3 +56,6 @@ do done caddyext remove hugo + +echo $DistDir +ls $DistDir