From eb0cc089a9458c46e6c79f060a5e3339e1b30e51 Mon Sep 17 00:00:00 2001 From: Roberto Alsina Date: Wed, 28 Aug 2024 18:58:34 -0300 Subject: [PATCH] fix: variable bame in Hacefile --- Hacefile.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Hacefile.yml b/Hacefile.yml index 838b689..462702d 100644 --- a/Hacefile.yml +++ b/Hacefile.yml @@ -37,13 +37,13 @@ tasks: dependencies: - bin/hace commands: | - rm ${HOME}/.local/bin/{{name}} - cp bin/hace ${HOME}/.local/bin/{{name}} + rm ${HOME}/.local/bin/{{NAME}} + cp bin/hace ${HOME}/.local/bin/{{NAME}} static: outputs: - - bin/{{name}}-static-linux-amd64 - - bin/{{name}}-static-linux-arm64 + - bin/{{NAME}}-static-linux-amd64 + - bin/{{NAME}}-static-linux-arm64 commands: | hace clean ./build_static.sh