Skip to content

Commit

Permalink
update FTL binaries patterns (#531)
Browse files Browse the repository at this point in the history
  • Loading branch information
matt2e authored Nov 5, 2024
1 parent 020357f commit 732001f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ftl.hcl
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 732001f

Please sign in to comment.