From a7dec5bf715cf9c3007cca91a7bafaa73923cc79 Mon Sep 17 00:00:00 2001 From: Ben Jackson Date: Tue, 3 Dec 2019 16:31:16 +1100 Subject: [PATCH] fix tap --- .github/tap-release.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/tap-release.yml b/.github/tap-release.yml index 0bd0f158..5e418a27 100644 --- a/.github/tap-release.yml +++ b/.github/tap-release.yml @@ -1,4 +1,5 @@ -asset: lagoon-cli-$STABLE_VERSION-darwin-amd64.tar.gz +#asset: lagoon-cli-$STABLE_VERSION-darwin-amd64.tar.gz +url: "https://github.com/amazeeio/lagoon-cli/releases/download/$STABLE_VERSION/lagoon-cli-${STABLE_VERSION}-darwin-amd64.tar.gz" tap: amazeeio/homebrew-lagoon-cli/lagoon.rb template: > class Lagoon < Formula @@ -11,6 +12,6 @@ template: > bottle :unneeded def install - prefix.install "lagoon" + bin.install "lagoon" end - end \ No newline at end of file + end