Skip to content

Commit

Permalink
fix: bin unpack
Browse files Browse the repository at this point in the history
  • Loading branch information
Liam Nattrass committed Oct 30, 2023
1 parent 645c391 commit e158f0e
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion aws-sso-cli.hcl
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
binaries = []
binaries = ["aws-sso"]

on "unpack" {
rename {
from = "${root}/aws-sso-${version}-${os}-${arch}"
to = "${root}/aws-sso"
}
}

platform "darwin" "amd64" {
source = "https://github.com/synfinatic/aws-sso-cli/releases/download/v${version}/aws-sso-${version}-${os}-${arch}"
Expand Down

0 comments on commit e158f0e

Please sign in to comment.