Skip to content

Commit

Permalink
fix(goreleaser): adds tar.gz archive an id and uses it in brews section
Browse files Browse the repository at this point in the history
  • Loading branch information
xsteadfastx committed Jan 10, 2022
1 parent b1048a0 commit ac5d6e8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ builds:

archives:
- format: tar.gz
id: tar.gz
replacements:
darwin: macos

Expand Down Expand Up @@ -175,7 +176,7 @@ nfpms:
brews:
- name: wg-quicker
ids:
- amd64
- tar.gz
tap:
owner: xsteadfastx
name: homebrew-tap
Expand Down

0 comments on commit ac5d6e8

Please sign in to comment.