mirror of
https://github.com/taigrr/yq
synced 2026-03-22 05:22:37 -07:00
Release task now clears build directory first
This commit is contained in:
@@ -3,5 +3,6 @@
|
|||||||
# This assumes that gonative and gox is installed as per the 'one time setup' instructions
|
# This assumes that gonative and gox is installed as per the 'one time setup' instructions
|
||||||
# at https://github.com/inconshreveable/gonative
|
# at https://github.com/inconshreveable/gonative
|
||||||
|
|
||||||
|
rm build/*
|
||||||
gox -output="build/{{.Dir}}_{{.OS}}_{{.Arch}}"
|
gox -output="build/{{.Dir}}_{{.OS}}_{{.Arch}}"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user