diff --git a/ftl.hcl b/ftl.hcl index 8ca0253e..39aea64c 100644 --- a/ftl.hcl +++ b/ftl.hcl @@ -1,5 +1,5 @@ description = "FTL - Towards a 𝝺-calculus for large-scale systems" -binaries = ["ftl"] +binaries = ["ftl*"] source = "https://github.com/TBD54566975/ftl/releases/download/v${version}/ftl-${version}.${os}-${arch}.tar.gz" sha256-source = "https://github.com/TBD54566975/ftl/releases/download/v${version}/checksums.txt" test = "ftl --version"