Skip to content

Commit 001925a

Browse files
committed
Release task now clears build directory first
1 parent 3dee7b8 commit 001925a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

release.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,6 @@
33
# This assumes that gonative and gox is installed as per the 'one time setup' instructions
44
# at https://github.com/inconshreveable/gonative
55

6+
rm build/*
67
gox -output="build/{{.Dir}}_{{.OS}}_{{.Arch}}"
78

0 commit comments

Comments
 (0)