Skip to content

Commit

Permalink
Merge pull request #67 from sighupio/hotfix/goreleaser
Browse files Browse the repository at this point in the history
[HOTFIX] - Update .goreleaser using `ids[]`
  • Loading branch information
nutellinoit authored Mar 8, 2022
2 parents fd53002 + 69dcca7 commit 51d553d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,10 +80,13 @@ brews:
name: homebrew-furyctl
folder: Formula
homepage: 'https://gihub.com/sighupio/furyctl'
description: 'Furyctl binary'
description: 'Furyctl binary'
conflicts:
- furyctl
test: |
system "#{bin}/furyctl"
install: |
bin.install 'furyctl'
ids:
- furyctl-darwin-tgz
- furyctl-linux-tgz

0 comments on commit 51d553d

Please sign in to comment.